Skip to content
Success

Console Output

Merge request !66 state:opened action:open changes:{
  "authorId" : null,
  "createdAt" : null,
  "updatedAt" : null,
  "updatedById" : null,
  "title" : null,
  "description" : null,
  "state" : null,
  "milestoneId" : null,
  "labels" : null,
  "assignees" : null,
  "totalTimeSpent" : null,
  "mergeStatus" : null,
  "reviewers" : null
}
Triggered by GitLab Merge Request #66: doc/improve-examples => master
Querying the current revision of merge request #66...
Current revision of merge request #66 is f7a20532d59a15be7d0b0aa337c419ae808a7e0d
Obtained Jenkinsfile from f7a20532d59a15be7d0b0aa337c419ae808a7e0d
[Pipeline] Start of Pipeline
[Pipeline] echo
[WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option.
[Pipeline] podTemplate
[Pipeline] {
[Pipeline] node
Still waiting to schedule task
‘centos-7-5pzvx’ is offline
Agent centos-7-5pzvx is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-5pzvx"
  namespace: "etrice"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.etrice.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-5pzvx"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-5pzvx"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.etrice.svc.cluster.local/etrice/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3131.vf2b_b_798b_ce99"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.gradle/daemon"
      name: "volume-6"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/caches"
      name: "volume-5"
      readOnly: false
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - 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/.gradle/gradle.properties"
      name: "gradle-secret-dir"
      readOnly: true
      subPath: "gradle.properties"
    - mountPath: "/home/jenkins/.gradle/workers"
      name: "volume-8"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.gradle/native"
      name: "volume-7"
      readOnly: false
    - 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/.gradle/wrapper"
      name: "volume-9"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-8"
  - emptyDir:
      medium: ""
    name: "volume-7"
  - emptyDir:
      medium: ""
    name: "volume-9"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"
  - emptyDir:
      medium: ""
    name: "volume-6"
  - emptyDir:
      medium: ""
    name: "volume-5"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-etrice"
      readOnly: true
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "gradle-secret-dir"
    secret:
      secretName: "gradle-secret-dir"

Running on centos-7-5pzvx in /home/jenkins/agent/workspace/etrice-gitlab_MR-66
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
The recommended git tool is: NONE
using credential gitlab-bot-ssh
Cloning the remote Git repository
Cloning repository git@gitlab.eclipse.org:eclipse/etrice/etrice.git
 > git init /home/jenkins/agent/workspace/etrice-gitlab_MR-66 # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/etrice/etrice.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/etrice-gitlab_MR-66@tmp/jenkins-gitclient-ssh1876815232326028888.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@gitlab.eclipse.org:eclipse/etrice/etrice.git +refs/heads/*:refs/remotes/origin/* # timeout=25
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/etrice/etrice.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git@gitlab.eclipse.org:eclipse/etrice/etrice.git # timeout=10
Fetching upstream changes from git@gitlab.eclipse.org:eclipse/etrice/etrice.git
using GIT_SSH to set credentials GitLab bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/etrice-gitlab_MR-66@tmp/jenkins-gitclient-ssh11581445145366561077.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@gitlab.eclipse.org:eclipse/etrice/etrice.git +refs/merge-requests/66/head:refs/remotes/origin/MR-66 # timeout=25
Checking out Revision f7a20532d59a15be7d0b0aa337c419ae808a7e0d (doc/improve-examples)
Commit message: "next step Traffic Light Example"
First time build. Skipping changelog.
[GitLab Pipeline Status] Notifying merge request build status: RUNNING etrice-gitlab/MR-66 #1: Build started...
[GitLab Pipeline Status] Notified
 > git config core.sparsecheckout # timeout=10
 > git checkout -f f7a20532d59a15be7d0b0aa337c419ae808a7e0d # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b doc/improve-examples f7a20532d59a15be7d0b0aa337c419ae808a7e0d # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] timeout
Timeout set to expire in 1 hr 0 min
[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)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] xvnc
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[etrice-gitlab_MR-66] $ Xvnc -help
Starting xvnc
[etrice-gitlab_MR-66] $ Xvnc :73 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset
[Pipeline] {

Xvnc TigerVNC 1.8.0 - built Apr  5 2023 13:48:56
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed Nov 22 09:38:53 2023
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5973
 vncext:      created VNC server for screen 0
[Pipeline] sh
+ ./gradlew clean build -Pmaven -Psign -Dgradle.user.home=./gradle_home
Downloading https://services.gradle.org/distributions/gradle-8.0.2-bin.zip
...........10%............20%............30%............40%............50%............60%...........70%............80%............90%............100%

Welcome to Gradle 8.0.2!

Here are the highlights of this release:
 - Improvements to the Kotlin DSL
 - Fine-grained parallelism from the first build with configuration cache
 - Configurable Gradle user home cache cleanup

For more details see https://docs.gradle.org/8.0.2/release-notes.html

Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
version is 5.0.2-doc-improve-examples-SNAPSHOT

> Task :clean UP-TO-DATE
> Task :examples:clean UP-TO-DATE
> Task :plugins:clean UP-TO-DATE
> Task :releng:clean UP-TO-DATE
> Task :runtime:clean UP-TO-DATE
> Task :tests:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.examples.c:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.examples.java:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.template.c:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.template.cpp:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.c:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.cpp:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.java:clean UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room.ide:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.etunit.converter:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.base:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.config:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.cpp:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.doc:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.fsm:clean UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.java:clean UP-TO-DATE
> Task :releng:org.eclipse.etrice.releng:clean UP-TO-DATE
> Task :releng:org.eclipse.etrice.site:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.c:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.cpp:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.cpp:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.c.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.common.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.cpp.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.java.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.runtime.c.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:clean UP-TO-DATE
> Task :tests:org.eclipse.etrice.runtime.java.tests:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:clean UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:clean UP-TO-DATE
> Task :assemble UP-TO-DATE
> Task :check UP-TO-DATE
> Task :build UP-TO-DATE
> Task :examples:assemble UP-TO-DATE
> Task :examples:check UP-TO-DATE
> Task :examples:build UP-TO-DATE
> Task :plugins:assemble UP-TO-DATE
> Task :plugins:check UP-TO-DATE
> Task :plugins:build UP-TO-DATE
> Task :releng:assemble UP-TO-DATE
> Task :releng:check UP-TO-DATE
> Task :releng:build UP-TO-DATE
> Task :runtime:assemble UP-TO-DATE
> Task :runtime:check UP-TO-DATE
> Task :runtime:build UP-TO-DATE
> Task :tests:assemble UP-TO-DATE
> Task :tests:check UP-TO-DATE
> Task :tests:build UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.base:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:compileJava
> Task :plugins:org.eclipse.etrice.core.common:generateXtext

> Task :plugins:org.eclipse.etrice.core.common:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/build/xtend/main/org/eclipse/etrice/core/common/validation/ValidationHelpers.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :plugins:org.eclipse.etrice.core.fsm:generateXtext
> Task :plugins:org.eclipse.etrice.core.fsm:compileJava
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:generateXtext
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:compileJava
> Task :plugins:org.eclipse.etrice.generator.fsm:generateXtext
> Task :plugins:org.eclipse.etrice.generator.fsm:compileJava
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:compileJava
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:processResources
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:classes
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:jar
> Task :plugins:org.eclipse.etrice.core.common:processResources
> Task :plugins:org.eclipse.etrice.core.common:classes
> Task :plugins:org.eclipse.etrice.core.common:jar
> Task :plugins:org.eclipse.etrice.core.room:generateXtext

> Task :plugins:org.eclipse.etrice.core.room:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/src/org/eclipse/etrice/core/validation/ValidationUtil.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/build/xtend/main/org/eclipse/etrice/core/formatting2/RoomFormatter.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :plugins:org.eclipse.etrice.core.config:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:compileJava
> Task :plugins:org.eclipse.etrice.core.config:processResources
> Task :plugins:org.eclipse.etrice.core.config:classes
> Task :plugins:org.eclipse.etrice.core.config:jar
> Task :plugins:org.eclipse.etrice.core.etphys:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:compileJava
> Task :plugins:org.eclipse.etrice.core.genmodel:generateXtext NO-SOURCE

> Task :plugins:org.eclipse.etrice.core.genmodel:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/src/org/eclipse/etrice/core/genmodel/builder/Wiring.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :plugins:org.eclipse.etrice.core.etmap:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:compileJava
> Task :plugins:org.eclipse.etrice.core.etmap:processResources
> Task :plugins:org.eclipse.etrice.core.etmap:classes
> Task :plugins:org.eclipse.etrice.core.etmap:jar
> Task :plugins:org.eclipse.etrice.core.etphys:processResources
> Task :plugins:org.eclipse.etrice.core.etphys:classes
> Task :plugins:org.eclipse.etrice.core.etphys:jar
> Task :plugins:org.eclipse.etrice.core.fsm:processResources
> Task :plugins:org.eclipse.etrice.core.fsm:classes
> Task :plugins:org.eclipse.etrice.core.fsm:jar
> Task :plugins:org.eclipse.etrice.core.genmodel:processResources
> Task :plugins:org.eclipse.etrice.core.genmodel:classes
> Task :plugins:org.eclipse.etrice.core.genmodel:jar
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:processResources
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:classes
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:jar
> Task :plugins:org.eclipse.etrice.core.room:processResources
> Task :plugins:org.eclipse.etrice.core.room:classes
> Task :plugins:org.eclipse.etrice.core.room:jar

> Task :plugins:org.eclipse.etrice.generator:generateXtext
WARNING:The expression of type ProtocolClass is already of type ProtocolClass (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend line : 143 column : 7)
WARNING:Unnecessary cast from ProtocolClass to ProtocolClass (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend line : 144 column : 19)
WARNING:Unnecessary cast from PortInstance to PortInstance (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend line : 293 column : 19)
WARNING:Unnecessary cast from AbstractInstance to AbstractInstance (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend line : 406 column : 23)
WARNING:Unnecessary cast from Port to Port (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend line : 81 column : 20)
WARNING:Unnecessary cast from SAP to SAP (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend line : 86 column : 22)
WARNING:Unnecessary cast from SPP to SPP (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend line : 90 column : 22)

> Task :plugins:org.eclipse.etrice.generator:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/build/xtend/main/org/eclipse/etrice/generator/generic/ProcedureHelpers.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :plugins:org.eclipse.etrice.generator:processResources
> Task :plugins:org.eclipse.etrice.generator:classes
> Task :plugins:org.eclipse.etrice.generator:jar
> Task :plugins:org.eclipse.etrice.generator.base:processResources
> Task :plugins:org.eclipse.etrice.generator.base:classes
> Task :plugins:org.eclipse.etrice.generator.base:jar
> Task :plugins:org.eclipse.etrice.generator.config:generateXtext
> Task :plugins:org.eclipse.etrice.generator.config:compileJava

> Task :plugins:org.eclipse.etrice.generator.c:generateXtext
WARNING:The import 'java.util.List' is never used. (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeGen.xtend line : 51 column : 1)
WARNING:The import 'org.eclipse.etrice.core.fsm.fSM.FSMFactory' is never used. (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ProtocolClassGen.xtend line : 35 column : 1)
WARNING:The import 'org.eclipse.etrice.core.room.RoomFactory' is never used. (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ProtocolClassGen.xtend line : 34 column : 1)

> Task :plugins:org.eclipse.etrice.generator.c:compileJava
> Task :plugins:org.eclipse.etrice.generator.c:processResources
> Task :plugins:org.eclipse.etrice.generator.c:classes
> Task :plugins:org.eclipse.etrice.generator.c:jar
> Task :plugins:org.eclipse.etrice.generator.config:processResources
> Task :plugins:org.eclipse.etrice.generator.config:classes
> Task :plugins:org.eclipse.etrice.generator.config:jar
> Task :plugins:org.eclipse.etrice.generator.cpp:generateXtext

> Task :plugins:org.eclipse.etrice.generator.cpp:compileJava
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :plugins:org.eclipse.etrice.generator.cpp:processResources
> Task :plugins:org.eclipse.etrice.generator.cpp:classes
> Task :plugins:org.eclipse.etrice.generator.cpp:jar
> Task :plugins:org.eclipse.etrice.generator.fsm:processResources
> Task :plugins:org.eclipse.etrice.generator.fsm:classes
> Task :plugins:org.eclipse.etrice.generator.fsm:jar
> Task :plugins:org.eclipse.etrice.generator.java:generateXtext

> Task :plugins:org.eclipse.etrice.generator.java:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/build/xtend/main/org/eclipse/etrice/generator/java/gen/VariableServiceGen.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :plugins:org.eclipse.etrice.generator.java:processResources
> Task :plugins:org.eclipse.etrice.generator.java:classes
> Task :plugins:org.eclipse.etrice.generator.java:jar
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

> Task :examples:org.eclipse.etrice.examples.c:generateTrafficLight1
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

> Task :runtime:org.eclipse.etrice.modellib.c:generateRoom
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :examples:org.eclipse.etrice.examples.c:compileTrafficLight1ExecutableTrafficLight1C
> Task :runtime:org.eclipse.etrice.modellib.c:compileEtrice_modellib_cStaticLibraryEtrice_modellib_cC
> Task :runtime:org.eclipse.etrice.modellib.c:createEtrice_modellib_cStaticLibrary
> Task :runtime:org.eclipse.etrice.modellib.c:etrice_modellib_cStaticLibrary

> Task :examples:org.eclipse.etrice.examples.c:generateTrafficLight2
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :examples:org.eclipse.etrice.examples.c:compileTrafficLight2ExecutableTrafficLight2C

> Task :examples:org.eclipse.etrice.examples.c:generateTrafficLight3
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :runtime:org.eclipse.etrice.runtime.c:compileEtrice_runtime_cStaticLibraryEtrice_runtime_cC
> Task :runtime:org.eclipse.etrice.runtime.c:createEtrice_runtime_cStaticLibrary
> Task :runtime:org.eclipse.etrice.runtime.c:etrice_runtime_cStaticLibrary
> Task :examples:org.eclipse.etrice.examples.c:linkTrafficLight1Executable
> Task :examples:org.eclipse.etrice.examples.c:trafficLight1Executable
> Task :examples:org.eclipse.etrice.examples.c:linkTrafficLight2Executable
> Task :examples:org.eclipse.etrice.examples.c:trafficLight2Executable

> Task :examples:org.eclipse.etrice.examples.c:generateTrafficLight4
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :examples:org.eclipse.etrice.examples.c:compileTrafficLight3ExecutableTrafficLight3C
> Task :examples:org.eclipse.etrice.examples.c:linkTrafficLight3Executable
> Task :examples:org.eclipse.etrice.examples.c:trafficLight3Executable
> Task :examples:org.eclipse.etrice.examples.c:zipModel
> Task :examples:org.eclipse.etrice.examples.c:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.examples.java:zipModel
> Task :examples:org.eclipse.etrice.examples.java:assemble
> Task :examples:org.eclipse.etrice.examples.java:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors1
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :runtime:org.eclipse.etrice.modellib.java:generateRoom
> Task :runtime:org.eclipse.etrice.runtime.java:compileJava
> Task :runtime:org.eclipse.etrice.modellib.java:compileJava
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors1Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors1Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors1Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors2
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors2Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors2Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors2Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors3
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors3Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors3Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors3Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors4
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors4Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors4Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors4Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors5
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors5Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors5Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors5Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors6
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors6Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors6Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors6Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors7
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors7Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors7Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors7Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors8
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors8Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors8Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors8Classes
> Task :examples:org.eclipse.etrice.examples.java:generateDynamicactors9
> Task :examples:org.eclipse.etrice.examples.java:compileDynamicactors9Java
> Task :examples:org.eclipse.etrice.examples.java:processDynamicactors9Resources NO-SOURCE
> Task :examples:org.eclipse.etrice.examples.c:compileTrafficLight4ExecutableTrafficLight4C
> Task :examples:org.eclipse.etrice.examples.java:dynamicactors9Classes
> Task :examples:org.eclipse.etrice.examples.java:build

> Task :examples:org.eclipse.etrice.template.c:generateTemplate
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :examples:org.eclipse.etrice.examples.c:linkTrafficLight4Executable
> Task :examples:org.eclipse.etrice.examples.c:trafficLight4Executable
> Task :examples:org.eclipse.etrice.examples.c:assemble
> Task :examples:org.eclipse.etrice.examples.c:build
> Task :examples:org.eclipse.etrice.template.c:zipModel
> Task :examples:org.eclipse.etrice.template.c:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.template.cpp:generateTemplate
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :runtime:org.eclipse.etrice.modellib.cpp:generateRoom
> Task :examples:org.eclipse.etrice.template.c:compileTemplateExecutableTemplateC
> Task :examples:org.eclipse.etrice.template.c:linkTemplateExecutable
> Task :examples:org.eclipse.etrice.template.c:templateExecutable
> Task :examples:org.eclipse.etrice.template.c:assemble
> Task :examples:org.eclipse.etrice.template.c:build
> Task :runtime:org.eclipse.etrice.modellib.cpp:compileEtrice_modellib_cppStaticLibraryEtrice_modellib_cppCpp
> Task :runtime:org.eclipse.etrice.modellib.cpp:createEtrice_modellib_cppStaticLibrary
> Task :runtime:org.eclipse.etrice.modellib.cpp:etrice_modellib_cppStaticLibrary
> Task :examples:org.eclipse.etrice.template.cpp:compileTemplateExecutableTemplateCpp
> Task :examples:org.eclipse.etrice.template.cpp:zipModel
> Task :examples:org.eclipse.etrice.template.cpp:check UP-TO-DATE

> Task :examples:org.eclipse.etrice.tutorials.c:generateHelloWorld
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :runtime:org.eclipse.etrice.runtime.cpp:compileEtrice_runtime_cppStaticLibraryEtrice_runtime_cppCpp
> Task :runtime:org.eclipse.etrice.runtime.cpp:createEtrice_runtime_cppStaticLibrary
> Task :runtime:org.eclipse.etrice.runtime.cpp:etrice_runtime_cppStaticLibrary
> Task :examples:org.eclipse.etrice.tutorials.c:compileHelloWorldExecutableHelloWorldC
> Task :examples:org.eclipse.etrice.tutorials.c:linkHelloWorldExecutable
> Task :examples:org.eclipse.etrice.tutorials.c:helloWorldExecutable

> Task :examples:org.eclipse.etrice.tutorials.c:generatePingPong
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :examples:org.eclipse.etrice.template.cpp:linkTemplateExecutable
> Task :examples:org.eclipse.etrice.template.cpp:templateExecutable
> Task :examples:org.eclipse.etrice.template.cpp:assemble
> Task :examples:org.eclipse.etrice.template.cpp:build
> Task :examples:org.eclipse.etrice.tutorials.c:zipModel
> Task :examples:org.eclipse.etrice.tutorials.c:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.cpp:generateHelloWorld
> Task :examples:org.eclipse.etrice.tutorials.c:compilePingPongExecutablePingPongC
> Task :examples:org.eclipse.etrice.tutorials.c:linkPingPongExecutable
> Task :examples:org.eclipse.etrice.tutorials.c:pingPongExecutable
> Task :examples:org.eclipse.etrice.tutorials.c:assemble
> Task :examples:org.eclipse.etrice.tutorials.c:build
> Task :examples:org.eclipse.etrice.tutorials.cpp:generatePingPong
> Task :examples:org.eclipse.etrice.tutorials.cpp:compileHelloWorldExecutableHelloWorldCpp
> Task :examples:org.eclipse.etrice.tutorials.cpp:linkHelloWorldExecutable
> Task :examples:org.eclipse.etrice.tutorials.cpp:helloWorldExecutable
> Task :examples:org.eclipse.etrice.tutorials.cpp:zipModel
> Task :examples:org.eclipse.etrice.tutorials.cpp:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.java:zipModel
> Task :examples:org.eclipse.etrice.tutorials.java:assemble
> Task :examples:org.eclipse.etrice.tutorials.java:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.java:generateHelloWorld
> Task :examples:org.eclipse.etrice.tutorials.java:compileHelloWorldJava
> Task :examples:org.eclipse.etrice.tutorials.java:processHelloWorldResources NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.java:helloWorldClasses
> Task :examples:org.eclipse.etrice.tutorials.java:generatePingPong
> Task :examples:org.eclipse.etrice.tutorials.java:compilePingPongJava
> Task :examples:org.eclipse.etrice.tutorials.java:processPingPongResources NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.java:pingPongClasses
> Task :examples:org.eclipse.etrice.tutorials.java:build
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:compileJava
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:processResources NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:classes
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:jar
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:startScripts
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:distTar SKIPPED
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:distZip
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:assemble
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:compileTestJava NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:processTestResources NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:testClasses UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:test NO-SOURCE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.simulators.trafficlight:build
> Task :examples:org.eclipse.etrice.tutorials.cpp:compilePingPongExecutablePingPongCpp
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:assemble
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:build
> Task :plugins:org.eclipse.etrice.core.common:assemble
> Task :plugins:org.eclipse.etrice.core.common:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common:build
> Task :plugins:org.eclipse.etrice.core.common.ide:generateXtext NO-SOURCE

> Task :plugins:org.eclipse.etrice.core.common.ide:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/src/org/eclipse/etrice/core/common/ide/server/ModelWorkspaceConfigFactory.java uses unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

> Task :plugins:org.eclipse.etrice.core.common.ide:processResources
> Task :plugins:org.eclipse.etrice.core.common.ide:classes
> Task :plugins:org.eclipse.etrice.core.common.ide:jar
> Task :plugins:org.eclipse.etrice.core.common.ide:assemble
> Task :plugins:org.eclipse.etrice.core.common.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common.ide:build
> Task :plugins:org.eclipse.etrice.core.config:assemble
> Task :plugins:org.eclipse.etrice.core.config:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config:build
> Task :plugins:org.eclipse.etrice.core.config.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:compileJava
> Task :plugins:org.eclipse.etrice.core.config.ide:processResources
> Task :plugins:org.eclipse.etrice.core.config.ide:classes
> Task :plugins:org.eclipse.etrice.core.config.ide:jar
> Task :plugins:org.eclipse.etrice.core.config.ide:assemble
> Task :plugins:org.eclipse.etrice.core.config.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config.ide:build
> Task :plugins:org.eclipse.etrice.core.etmap:assemble
> Task :plugins:org.eclipse.etrice.core.etmap:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap:build
> Task :plugins:org.eclipse.etrice.core.etmap.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:compileJava
> Task :plugins:org.eclipse.etrice.core.etmap.ide:processResources
> Task :plugins:org.eclipse.etrice.core.etmap.ide:classes
> Task :plugins:org.eclipse.etrice.core.etmap.ide:jar
> Task :plugins:org.eclipse.etrice.core.etmap.ide:assemble
> Task :plugins:org.eclipse.etrice.core.etmap.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:build
> Task :plugins:org.eclipse.etrice.core.etphys:assemble
> Task :plugins:org.eclipse.etrice.core.etphys:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys:build
> Task :plugins:org.eclipse.etrice.core.etphys.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:compileJava
> Task :plugins:org.eclipse.etrice.core.etphys.ide:processResources
> Task :plugins:org.eclipse.etrice.core.etphys.ide:classes
> Task :plugins:org.eclipse.etrice.core.etphys.ide:jar
> Task :plugins:org.eclipse.etrice.core.etphys.ide:assemble
> Task :plugins:org.eclipse.etrice.core.etphys.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:build
> Task :plugins:org.eclipse.etrice.core.fsm:assemble
> Task :plugins:org.eclipse.etrice.core.fsm:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm:build
> Task :plugins:org.eclipse.etrice.core.fsm.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:compileJava
> Task :plugins:org.eclipse.etrice.core.fsm.ide:processResources
> Task :plugins:org.eclipse.etrice.core.fsm.ide:classes
> Task :plugins:org.eclipse.etrice.core.fsm.ide:jar
> Task :plugins:org.eclipse.etrice.core.fsm.ide:assemble
> Task :plugins:org.eclipse.etrice.core.fsm.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:build
> Task :plugins:org.eclipse.etrice.core.genmodel:assemble
> Task :plugins:org.eclipse.etrice.core.genmodel:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel:build
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:assemble
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:build
> Task :plugins:org.eclipse.etrice.core.room:assemble
> Task :plugins:org.eclipse.etrice.core.room:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room:build
> Task :plugins:org.eclipse.etrice.core.room.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:compileJava
> Task :plugins:org.eclipse.etrice.core.room.ide:processResources
> Task :plugins:org.eclipse.etrice.core.room.ide:classes
> Task :plugins:org.eclipse.etrice.core.room.ide:jar
> Task :plugins:org.eclipse.etrice.core.room.ide:assemble
> Task :plugins:org.eclipse.etrice.core.room.ide:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room.ide:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room.ide:build
> Task :plugins:org.eclipse.etrice.etunit.converter:assembleDashDependencies
> Task :plugins:org.eclipse.etrice.etunit.converter:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:compileJava
> Task :plugins:org.eclipse.etrice.etunit.converter:processResources
> Task :plugins:org.eclipse.etrice.etunit.converter:classes
> Task :plugins:org.eclipse.etrice.etunit.converter:jar
> Task :plugins:org.eclipse.etrice.etunit.converter:startScripts
> Task :plugins:org.eclipse.etrice.etunit.converter:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.etunit.converter:distZip
> Task :plugins:org.eclipse.etrice.etunit.converter:assemble
> Task :plugins:org.eclipse.etrice.etunit.converter:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.etunit.converter:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.etunit.converter:build
> Task :plugins:org.eclipse.etrice.generator:assemble
> Task :plugins:org.eclipse.etrice.generator:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator:build
> Task :plugins:org.eclipse.etrice.generator.base:assemble
> Task :plugins:org.eclipse.etrice.generator.base:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.base:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.base:build
> Task :plugins:org.eclipse.etrice.generator.c:assembleDashDependencies
> Task :plugins:org.eclipse.etrice.generator.c:startScripts
> Task :plugins:org.eclipse.etrice.generator.c:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.generator.c:distZip
> Task :plugins:org.eclipse.etrice.generator.c:assemble
> Task :plugins:org.eclipse.etrice.generator.c:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.c:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.c:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.c:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.c:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:build
> Task :plugins:org.eclipse.etrice.generator.config:assemble
> Task :plugins:org.eclipse.etrice.generator.config:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.config:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.config:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.config:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.config:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.config:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.config:build
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:assembleDashDependencies
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:generateXtext
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:compileJava
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:processResources
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:classes
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:jar
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:startScripts
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:distZip
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:assemble
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:build
> Task :plugins:org.eclipse.etrice.generator.cpp:assembleDashDependencies
> Task :plugins:org.eclipse.etrice.generator.cpp:startScripts
> Task :plugins:org.eclipse.etrice.generator.cpp:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.generator.cpp:distZip
> Task :plugins:org.eclipse.etrice.generator.cpp:assemble
> Task :plugins:org.eclipse.etrice.generator.cpp:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.cpp:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.cpp:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.cpp:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.cpp:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.cpp:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.cpp:build
> Task :plugins:org.eclipse.etrice.generator.doc:assembleDashDependencies

> Task :plugins:org.eclipse.etrice.generator.doc:generateXtext
WARNING:Unnecessary cast from ActorInstance to ActorInstance (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend line : 71 column : 57)
WARNING:Unnecessary cast from ActorInterfaceInstance to ActorInterfaceInstance (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend line : 72 column : 58)
WARNING:Unnecessary cast from StructureInstance to StructureInstance (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend line : 78 column : 26)
WARNING:The method isRelay(Port) from the type RoomHelpers is deprecated (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.xtend line : 448 column : 14)

> Task :plugins:org.eclipse.etrice.generator.doc:compileJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/build/xtend/main/org/eclipse/etrice/generator/doc/gen/AsciiDocGen.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :plugins:org.eclipse.etrice.generator.doc:processResources
> Task :plugins:org.eclipse.etrice.generator.doc:classes
> Task :plugins:org.eclipse.etrice.generator.doc:jar
> Task :plugins:org.eclipse.etrice.generator.doc:startScripts
> Task :plugins:org.eclipse.etrice.generator.doc:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.generator.doc:distZip
> Task :plugins:org.eclipse.etrice.generator.doc:assemble
> Task :plugins:org.eclipse.etrice.generator.doc:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.doc:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.doc:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.doc:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.doc:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.doc:check UP-TO-DATE
> Task :examples:org.eclipse.etrice.tutorials.cpp:linkPingPongExecutable
> Task :examples:org.eclipse.etrice.tutorials.cpp:pingPongExecutable
> Task :examples:org.eclipse.etrice.tutorials.cpp:assemble
> Task :examples:org.eclipse.etrice.tutorials.cpp:build
> Task :plugins:org.eclipse.etrice.generator.doc:build
> Task :plugins:org.eclipse.etrice.generator.fsm:assemble
> Task :plugins:org.eclipse.etrice.generator.fsm:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.fsm:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.fsm:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.fsm:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.fsm:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.fsm:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.fsm:build
> Task :plugins:org.eclipse.etrice.generator.java:assembleDashDependencies
> Task :plugins:org.eclipse.etrice.generator.java:startScripts
> Task :plugins:org.eclipse.etrice.generator.java:distTar SKIPPED
> Task :plugins:org.eclipse.etrice.generator.java:distZip
> Task :plugins:org.eclipse.etrice.generator.java:assemble
> Task :plugins:org.eclipse.etrice.generator.java:generateTestXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.java:compileTestJava NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.java:processTestResources NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.java:testClasses UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.java:test NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.java:check UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.java:build
> Task :releng:org.eclipse.etrice.site:updateVersionStrings

> Task :releng:org.eclipse.etrice.site:tycho
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.20 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/.polyglot.META-INF
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2021-03/ (122B)
[INFO] Adding repository http://download.eclipse.org/releases/2021-03
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/releases/2021-03/ (480B)
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/technology/epp/packages/2021-03/
[INFO] Fetching content.jar from http://download.eclipse.org/technology/epp/packages/2021-03/202103121200/ (80.54kB)
[INFO] Fetching p2.index from http://download.eclipse.org/releases/2021-03/202103171000/ (140B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/releases/2021-03/202103171000/ (814.32kB)
[INFO] Fetching p2.index from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/ (172B)
[INFO] Adding repository https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository
[INFO] Fetching content.xml.xz from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/ (93.92kB)
[INFO] Fetching p2.index from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (172B)
[INFO] Adding repository http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0
[INFO] Fetching content.xml.xz from http://download.eclipse.org/modeling/tmf/xtext/updates/releases/2.25.0/ (20.07kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/.polyglot.META-INF
[INFO] Fetching 202103171000&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/releases/2021-03/ (63B)
[INFO] Fetching org.eclipse.osgi_3.16.200.v20210226-1447.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (470.65kB)
[INFO] Fetching com.atlassian.commonmark_0.15.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (169.4kB)
[INFO] Fetching com.atlassian.commonmark-gfm-strikethrough_0.15.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (29.12kB)
[INFO] Fetching com.atlassian.commonmark-gfm-tables_0.15.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (38.46kB)
[INFO] Fetching com.atlassian.commonmark-task-list-items_0.15.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (28.48kB)
[INFO] Fetching com.google.guava_30.1.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (2.92MB)
[INFO] Fetching javax.inject_1.0.0.v20220405-0441.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (32.41kB)
[INFO] Fetching com.google.inject_5.0.1.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (816.86kB)
[INFO] Fetching org.aopalliance_1.0.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (14.17kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v20220404-1927.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (169.92kB)
[INFO] Fetching org.apache.log4j_1.2.24.v20221221-2012.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (357.66kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.900.v20210111-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.22kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.8.200.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.51kB)
[INFO] Fetching org.eclipse.equinox.registry_3.10.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.13kB)
[INFO] Fetching org.eclipse.equinox.common_3.14.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.96kB)
[INFO] Fetching org.eclipse.core.expressions_3.7.100.v20210203-1000.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.72kB)
[INFO] Fetching org.eclipse.core.runtime_3.20.100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.38kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.1100.v20210111-0815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.core.resources_3.14.0.v20210215-0934.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (877.43kB)
[INFO] Fetching org.eclipse.equinox.app_1.5.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (42.03kB)
[INFO] Fetching org.eclipse.emf.common_2.22.0.v20210114-1734.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.56kB)
[INFO] Fetching org.eclipse.emf.ecore_2.23.0.v20200630-0516.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (484.19kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.06kB)
[INFO] Fetching org.eclipse.xtext_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.62MB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (160.53kB)
[INFO] Fetching org.eclipse.xtext.util_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (303.65kB)
[INFO] Fetching org.eclipse.xtend.lib_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108.08kB)
[INFO] Fetching org.eclipse.xtend.lib.macro_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.09kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/.polyglot.META-INF
[INFO] Fetching io.github.classgraph_4.8.149.v20220915-0556.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (586.39kB)
[INFO] Fetching javax.annotation_1.3.5.v20230504-0748.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (48.11kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (2.46MB)
[INFO] Fetching org.eclipse.xtext.common.types_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (499.16kB)
[INFO] Fetching org.objectweb.asm_9.1.0.v20210209-1849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.98kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/.polyglot.META-INF
[INFO] Fetching com.google.gson_2.10.1.v20230109-0753.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (308.6kB)
[INFO] Fetching com.google.guava_27.1.0.v20221112-0806.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (2.8MB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.81kB)
[INFO] Fetching org.eclipse.xtext.ide_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (482.77kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (596.72kB)
[INFO] Fetching org.eclipse.lsp4j_0.10.0.v20201105-1103.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (788.7kB)
[INFO] Fetching org.eclipse.lsp4j.jsonrpc_0.10.0.v20201105-1103.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (131.38kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/.polyglot.META-INF
[INFO] Fetching org.eclipse.osgi.util_3.6.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.58kB)
[INFO] Fetching org.eclipse.osgi.services_3.10.0.v20210212-1137.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.93kB)
[INFO] Fetching com.ibm.icu_72.1.0.v20221115-2007.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (14.23MB)
[INFO] Fetching com.sun.jna_5.12.1.v20221103-2317.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/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/R20230531010532/repository/plugins/ (1.44MB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (95.26kB)
[INFO] Fetching org.apache.batik.constants_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (22.12kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.59kB)
[INFO] Fetching org.apache.xmlgraphics_2.7.0.v20221018-0736.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (717.41kB)
[INFO] Fetching org.apache.batik.util_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (146.86kB)
[INFO] Fetching org.apache.batik.i18n_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (25.35kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.35kB)
[INFO] Fetching org.apache.batik.css_1.16.0.v20221027-0840.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (361.47kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.71kB)
[INFO] Fetching org.apache.commons.io_2.8.0.v20210415-0900.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (302.53kB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v20220406-2305.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (300.96kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.scr_2.1.24.v20200924-1939.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (155.35kB)
[INFO] Fetching org.eclipse.compare_3.7.1300.v20210114-0707.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (306.78kB)
[INFO] Fetching org.eclipse.ui_3.119.0.v20210111-1350.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (339.79kB)
[INFO] Fetching org.eclipse.jface.text_3.17.0.v20210213-0904.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (317.43kB)
[INFO] Fetching org.eclipse.ui.ide_3.18.100.v20210122-1536.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (950.29kB)
[INFO] Fetching org.eclipse.ui.views_3.11.0.v20210111-1351.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.88kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.16.0.v20210120-0733.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (235.59kB)
[INFO] Fetching org.eclipse.ui.editors_3.14.0.v20210215-0846.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (200.97kB)
[INFO] Fetching org.eclipse.ui.forms_3.11.100.v20210108-1139.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (122.98kB)
[INFO] Fetching org.eclipse.compare.core_3.6.1000.v20201020-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.82kB)
[INFO] Fetching org.eclipse.core.commands_3.9.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (43.1kB)
[INFO] Fetching org.eclipse.core.databinding_1.10.100.v20200926-1123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.91kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.10.0.v20200730-0848.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (82.74kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.100.v20200619-0651.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.71kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.1100.v20201029-1159.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (41.14kB)
[INFO] Fetching org.eclipse.text_3.11.0.v20210203-1022.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (100.65kB)
[INFO] Fetching org.eclipse.core.variables_3.4.800.v20200120-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.03kB)
[INFO] Fetching org.eclipse.debug.core_3.18.0.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.97kB)
[INFO] Fetching org.eclipse.debug.ui_3.14.800.v20210222-1101.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1,018.14kB)
[INFO] Fetching org.eclipse.ui.console_3.10.100.v20201211-1511.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.58kB)
[INFO] Fetching org.eclipse.help_3.8.800.v20200525-0755.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (120.7kB)
[INFO] Fetching org.eclipse.jface_3.22.100.v20210126-0831.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (362.4kB)
[INFO] Fetching org.eclipse.ui.workbench_3.122.100.v20210215-1525.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (960.47kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.5.0.v20210115-1333.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.14kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.78kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.700.v20210128-2123.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.87kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.600.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.94kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.16.0.v20200507-0938.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.72kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.800.v20210110-1654.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.42kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.800.v20200609-0849.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (21.73kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.13.0.v20201119-1132.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.02kB)
[INFO] Fetching org.eclipse.swt_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.03kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.13.0.v20201015-0653.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (66.15kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.14.100.v20201217-1340.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.63kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.13.0.v20201026-1147.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.78kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.3.0.v20210222-1018.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.79kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.2.100.v20201109-2317.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (27.64kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.200.v20210108-1832.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.13kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.1000.v20210111-0958.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (110.28kB)
[INFO] Fetching org.eclipse.equinox.event_1.6.0.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.19kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.800.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.46kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.12.100.v20210122-1731.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.12kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.4.100.v20201221-2332.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (49.78kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.15.0.v20201125-0918.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (94.41kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.16.0.v20201230-1610.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (62.6kB)
[INFO] Fetching org.eclipse.jface.databinding_1.12.200.v20210111-0911.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (77.72kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.500.v20201021-1339.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.urischeme_1.1.300.v20210113-1544.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.89kB)
[INFO] Fetching org.eclipse.emf.common.ui_2.18.0.v20190507-0402.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (59.59kB)
[INFO] Fetching org.eclipse.emf.ecore.edit_2.13.0.v20190822-1451.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (61.15kB)
[INFO] Fetching org.eclipse.emf.edit_2.16.0.v20190920-0401.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (96.81kB)
[INFO] Fetching org.eclipse.emf.ecore.editor_2.17.0.v20190528-0725.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.81kB)
[INFO] Fetching org.eclipse.emf.edit.ui_2.19.0.v20200917-1406.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (109.05kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.3.100.v20210212-1143.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (23.98kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.700.v20200511-1530.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (74.47kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.5.100.v20200908-1020.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (108kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.500.v20210108-0738.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (50.79kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.5.0.v20201013-0853.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (55.38kB)
[INFO] Fetching org.tukaani.xz_1.9.0.v20210624-1259.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (131.39kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.600.v20210126-1005.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (44.86kB)
[INFO] Fetching org.eclipse.xtext.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.88MB)
[INFO] Fetching org.eclipse.xtext.ui.shared_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (60.5kB)
[INFO] Fetching org.eclipse.xtext.builder_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (389.26kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (256.88kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (133.12kB)
[INFO] Fetching org.eclipse.xtext.xbase.ui_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (551.75kB)
[INFO] Fetching org.eclipse.jdt.core_3.25.0.v20210223-0522.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (6.91MB)
[INFO] Fetching org.eclipse.jdt.core.manipulation_1.14.300.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (532.14kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.11.300.v20210208-1217.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (105.56kB)
[INFO] Fetching org.eclipse.jdt.launching_3.19.100.v20210217-1644.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (282.34kB)
[INFO] Fetching org.eclipse.jdt.debug_3.17.100.v20210220-1238.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (901.43kB)
[INFO] Fetching org.eclipse.jdt.debug.ui_3.12.200.v20210224-0638.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.67MB)
[INFO] Fetching org.eclipse.jdt.ui_3.22.100.v20210224-0730.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (3.94MB)
[INFO] Fetching org.eclipse.search_3.13.0.v20210212-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (214.1kB)
[INFO] Fetching org.eclipse.team.ui_3.8.1200.v20210204-1156.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (491.61kB)
[INFO] Fetching org.eclipse.team.core_3.8.1100.v20200806-0621.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (124.96kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.11.300.v20210112-0706.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (176.89kB)
[INFO] Fetching org.eclipse.ui.navigator_3.10.0.v20210111-1352.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (130.04kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.8.0.v20210209-1136.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (70.23kB)
[INFO] Fetching org.eclipse.jface.notifications_0.3.0.v20210218-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.74kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (976.59kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.9.100.v20201223-1348.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (40.42kB)
[INFO] Fetching org.eclipse.xtext.smap_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.15kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (248.22kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.33kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (192.59kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (132.16kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.18MB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.116.0.v20210302-1107.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (836.96kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/.polyglot.META-INF
[INFO] Fetching org.eclipse.draw2d_3.10.100.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (215.67kB)
[INFO] Fetching org.eclipse.emf.codegen_2.21.0.v20200708-0547.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.92kB)
[INFO] Fetching org.eclipse.emf.databinding_1.5.0.v20180706-1146.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.39kB)
[INFO] Fetching org.eclipse.emf.transaction_1.9.1.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (169.13kB)
[INFO] Fetching org.eclipse.emf.validation_1.8.0.202008210805.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (403.7kB)
[INFO] Fetching org.eclipse.emf.workspace_1.5.1.201805140824.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (85.1kB)
[INFO] Fetching org.eclipse.graphiti_0.17.0.202005151449.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (95.59kB)
[INFO] Fetching org.eclipse.graphiti.ui_0.17.0.202005151449.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (226.34kB)
[INFO] Fetching org.eclipse.gef_3.11.0.201606061308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (366.65kB)
[INFO] Fetching org.eclipse.graphiti.mm_0.17.0.202005151449.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (58.02kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ide:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.expressions.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.expressions.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.expressions.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.config:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.c:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.cpp:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.java:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.doc:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.launch.contractmonitor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui.cdt:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui.cdt:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.ui.cdt:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/.polyglot.META-INF
[INFO] Fetching javax.xml_1.4.1.v20220503-2331.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (339.43kB)
[INFO] Fetching jakarta.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (135.86kB)
[INFO] Fetching com.sun.xml.bind_2.3.3.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (1.16MB)
[INFO] Fetching jakarta.activation_1.2.2.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (62.56kB)
[INFO] Fetching javax.activation_2.0.0.v20221203-1659.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (82.95kB)
[INFO] Fetching org.eclipse.cdt.core_7.2.0.202102251239.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.64MB)
[INFO] Fetching org.eclipse.cdt.core.native_6.1.100.202102030214.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (22.51kB)
[INFO] Fetching org.eclipse.cdt.make.core_7.5.100.202011171450.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (146.28kB)
[INFO] Fetching org.eclipse.tools.templates.core_1.2.0.202008310315.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (7.66kB)
[INFO] Fetching org.eclipse.tools.templates.freemarker_1.2.100.202011191931.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.17kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.core_9.2.0.202103011047.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (448.84kB)
[INFO] Fetching org.freemarker_2.3.22.v20160210-1233.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (397.33kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.logging:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.logging:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.logging:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.actioneditor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.actioneditor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.actioneditor:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.fsm:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.commands:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.commands:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.commands:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.common.base:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.runtime:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.runtime:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.runtime:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/.polyglot.META-INF
[INFO] Fetching org.eclipse.core.databinding.beans_1.7.200.v20210111-0759.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (26.17kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/.polyglot.META-INF
[INFO] Fetching org.eclipse.core.net_1.3.1000.v20200715-0827.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.6.100.v20201223-0822.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.99kB)
[INFO] Fetching org.junit_4.13.2.v20211018-1956.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (421.77kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.4.0.v20210122-1423.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (56.26kB)
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (29.18kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.common.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/.polyglot.META-INF
[INFO] Fetching org.eclipse.xtext.testing_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (190.02kB)
[INFO] Fetching org.eclipse.xtext.junit4_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (242.81kB)
[INFO] Fetching org.eclipse.xtext.xbase.testing_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (154.35kB)
[INFO] Fetching org.eclipse.xtext.builder.standalone_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (47.53kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.config.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etmap.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.etphys.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/.polyglot.META-INF
[INFO] Fetching org.eclipse.xtext.xbase.junit_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (178.29kB)
[INFO] Fetching org.eclipse.xtext.ui.testing_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (126.71kB)
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.core.room.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.dctools.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.etunit.converter.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.generator.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.base.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.base.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/.polyglot.META-INF
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.base.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/.polyglot.META-INF
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.behavior.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.ui.structure.tests:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.cdt_integration.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.cdt_integration.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/.polyglot.feature.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.cdt_integration.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/.polyglot.feature.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/.polyglot.feature.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/.polyglot.feature.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.fsm.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.fsm.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/.polyglot.feature.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.fsm.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/.polyglot.feature.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.tests.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.tests.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/.polyglot.feature.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.tests.feature:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/.polyglot.feature.xml
[INFO] Computing target platform for MavenProject: org.eclipse.etrice:org.eclipse.etrice.site:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.etrice:org.eclipse.etrice.site:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.etrice:org.eclipse.etrice.site:5.0.2-SNAPSHOT @ /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] [bundle] Base Generator                                 [eclipse-plugin]
[INFO] [bundle] Common eTrice Grammar Fragment and Utility Classes [eclipse-plugin]
[INFO] [bundle] FSM DSL                                        [eclipse-plugin]
[INFO] [bundle] Fine State Machine Generator Model             [eclipse-plugin]
[INFO] [bundle] Generator for Finite State Machines            [eclipse-plugin]
[INFO] [bundle] Abstract Execution for State Machines          [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.common.ide             [eclipse-plugin]
[INFO] [bundle] Common eTrice DSL UI classes                   [eclipse-plugin]
[INFO] [bundle] ROOM DSL                                       [eclipse-plugin]
[INFO] [bundle] eTrice Config DSL                              [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.config.ide             [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etphys                 [eclipse-plugin]
[INFO] [bundle] eTriceGen Model                                [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etmap                  [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.fsm.ide                [eclipse-plugin]
[INFO] [bundle] FSM DSL UI                                     [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.room.ide               [eclipse-plugin]
[INFO] [bundle] eTrice Documentation                           [eclipse-plugin]
[INFO] [bundle] Common Base for UI                             [eclipse-plugin]
[INFO] [bundle] eTrice Generator Model                         [eclipse-plugin]
[INFO] [bundle] eTrice Expressions UI                          [eclipse-plugin]
[INFO] [bundle] Abstract FSM Diagram Editor                    [eclipse-plugin]
[INFO] [bundle] ROOM DSL UI                                    [eclipse-plugin]
[INFO] [bundle] eTrice Config DSL UI                           [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etmap.ide              [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etmap.ui               [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etphys.ide             [eclipse-plugin]
[INFO] [bundle] org.eclipse.etrice.core.etphys.ui              [eclipse-plugin]
[INFO] [bundle] Detail Code Tools for FSM                      [eclipse-plugin]
[INFO] [bundle] Detail Code Tools                              [eclipse-plugin]
[INFO] [bundle] etUnit File Converter                          [eclipse-plugin]
[INFO] [bundle] eTrice Generator Config                        [eclipse-plugin]
[INFO] [bundle] eTrice C Generator                             [eclipse-plugin]
[INFO] [bundle] eTrice C++ Generator                           [eclipse-plugin]
[INFO] [bundle] eTrice Document Generator                      [eclipse-plugin]
[INFO] [bundle] eTrice Java Generator                          [eclipse-plugin]
[INFO] [bundle] eTrice Contract Monitor Generator              [eclipse-plugin]
[INFO] [bundle] UI Common                                      [eclipse-plugin]
[INFO] org.eclipse.etrice.ui.runtime                           [eclipse-plugin]
[INFO] [bundle] Generator UI                                   [eclipse-plugin]
[INFO] [bundle] eTrice Generator Launch Base Classes           [eclipse-plugin]
[INFO] [bundle] eTrice C Generator Launcher                    [eclipse-plugin]
[INFO] [bundle] eTrice Cpp Generator Launcher                  [eclipse-plugin]
[INFO] [bundle] eTrice Java Generator Launcher                 [eclipse-plugin]
[INFO] [bundle] eTrice Doc Generator Launcher                  [eclipse-plugin]
[INFO] [bundle] eTrice Contract Monitor Generator Launcher     [eclipse-plugin]
[INFO] [bundle] CDT integration of eTrice                      [eclipse-plugin]
[INFO] [bundle] eTrice Logging Fragment                        [eclipse-plugin]
[INFO] [bundle] Actor Behavior Diagram Editor                  [eclipse-plugin]
[INFO] [bundle] ROOM Action Code Editor                        [eclipse-plugin]
[INFO] [bundle] eTrice Commands                                [eclipse-plugin]
[INFO] [bundle] Actor Structure Diagram Editor                 [eclipse-plugin]
[INFO] [test-bundle] Abstract Execution for Behavior Tests [eclipse-test-plugin]
[INFO] [test-bundle] Tests for common eTrice grammar fragments and classes [eclipse-test-plugin]
[INFO] [test-bundle] eTrice Config DSL Tests              [eclipse-test-plugin]
[INFO] [test-bundle] org.eclipse.etrice.core.etmap.tests  [eclipse-test-plugin]
[INFO] [test-bundle] org.eclipse.etrice.core.etphys.tests [eclipse-test-plugin]
[INFO] [test-bundle] FSM DSL Tests                        [eclipse-test-plugin]
[INFO] [test-bundle] Tests                                [eclipse-test-plugin]
[INFO] [test-bundle] eTrice Room Core Tests               [eclipse-test-plugin]
[INFO] [test-bundle] FSM GenModel Tests                   [eclipse-test-plugin]
[INFO] [test-bundle] Expressions UI Tests                 [eclipse-test-plugin]
[INFO] [test-bundle] etUnit Converter Tests               [eclipse-test-plugin]
[INFO] [test-bundle] eTrice Generator Model Tests         [eclipse-test-plugin]
[INFO] [test-bundle] eTrice Diagram Test Base Classes     [eclipse-test-plugin]
[INFO] org.eclipse.etrice.ui.behavior.tests               [eclipse-test-plugin]
[INFO] org.eclipse.etrice.ui.structure.tests              [eclipse-test-plugin]
[INFO] [feature] eTrice CDT Integration Feature               [eclipse-feature]
[INFO] [feature] eTrice                                       [eclipse-feature]
[INFO] [feature] eTrice.FSM Feature                           [eclipse-feature]
[INFO] [feature] eTrice Tests                                 [eclipse-feature]
[INFO] org.eclipse.etrice.site                             [eclipse-repository]
[INFO] org.eclipse.etrice                                                 [pom]
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.generator.base >--------
[INFO] Building [bundle] Base Generator 5.0.2-SNAPSHOT                   [1/73]
[INFO]   from plugins/org.eclipse.etrice.generator.base/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.base ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.base ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.base ---
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/.m2/repository/com/google/inject/guice/3.0/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.base ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.base ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.base ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.base ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/target/org.eclipse.etrice.generator.base-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.base ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.base ---
[WARNING] The POM for commons-io:commons-io:jar:2.11.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.21 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.base/target/org.eclipse.etrice.generator.base-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.common >----------
[INFO] Building [bundle] Common eTrice Grammar Fragment and Utility Classes 5.0.2-SNAPSHOT [2/73]
[INFO]   from plugins/org.eclipse.etrice.core.common/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.common ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.common ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 79 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.common ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 59 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/target/org.eclipse.etrice.core.common-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.common ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common/target/org.eclipse.etrice.core.common-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.etrice:org.eclipse.etrice.core.fsm >-----------
[INFO] Building [bundle] FSM DSL 5.0.2-SNAPSHOT                          [3/73]
[INFO]   from plugins/org.eclipse.etrice.core.fsm/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.fsm ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.fsm ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/target/org.eclipse.etrice.core.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.fsm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.fsm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm/target/org.eclipse.etrice.core.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm >-------
[INFO] Building [bundle] Fine State Machine Generator Model 5.0.2-SNAPSHOT [4/73]
[INFO]   from plugins/org.eclipse.etrice.core.genmodel.fsm/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.genmodel.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.genmodel.fsm ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.genmodel.fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 67 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.genmodel.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/target/org.eclipse.etrice.core.genmodel.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.genmodel.fsm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel.fsm/target/org.eclipse.etrice.core.genmodel.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.generator.fsm >---------
[INFO] Building [bundle] Generator for Finite State Machines 5.0.2-SNAPSHOT [5/73]
[INFO]   from plugins/org.eclipse.etrice.generator.fsm/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.fsm ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.fsm ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 24 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/target/org.eclipse.etrice.generator.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.fsm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.fsm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.fsm/target/org.eclipse.etrice.generator.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----< org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior >-----
[INFO] Building [bundle] Abstract Execution for State Machines 5.0.2-SNAPSHOT [6/73]
[INFO]   from plugins/org.eclipse.etrice.abstractexec.behavior/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.abstractexec.behavior ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.abstractexec.behavior ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.abstractexec.behavior ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.abstractexec.behavior ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/target/org.eclipse.etrice.abstractexec.behavior-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.abstractexec.behavior ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.abstractexec.behavior/target/org.eclipse.etrice.abstractexec.behavior-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.core.common.ide >--------
[INFO] Building [bundle] org.eclipse.etrice.core.common.ide 5.0.2-SNAPSHOT [7/73]
[INFO]   from plugins/org.eclipse.etrice.core.common.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.common.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.common.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.common.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 18 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.common.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.common.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.common.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/target/org.eclipse.etrice.core.common.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.common.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.common.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ide/target/org.eclipse.etrice.core.common.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.common.ui >--------
[INFO] Building [bundle] Common eTrice DSL UI classes 5.0.2-SNAPSHOT     [8/73]
[INFO]   from plugins/org.eclipse.etrice.core.common.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.common.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.common.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 39 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.common.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 12 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.common.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.common.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/target/org.eclipse.etrice.core.common.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.common.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.common.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.common.ui/target/org.eclipse.etrice.core.common.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.etrice:org.eclipse.etrice.core.room >-----------
[INFO] Building [bundle] ROOM DSL 5.0.2-SNAPSHOT                         [9/73]
[INFO]   from plugins/org.eclipse.etrice.core.room/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.room ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.room ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.room ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 143 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.room ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 68 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.room ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.room ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/target/org.eclipse.etrice.core.room-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.room ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.room ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room/target/org.eclipse.etrice.core.room-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.config >----------
[INFO] Building [bundle] eTrice Config DSL 5.0.2-SNAPSHOT               [10/73]
[INFO]   from plugins/org.eclipse.etrice.core.config/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.config ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.config ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.config ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 60 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.config ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.config ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/target/org.eclipse.etrice.core.config-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.config ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.config ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config/target/org.eclipse.etrice.core.config-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.core.config.ide >--------
[INFO] Building [bundle] org.eclipse.etrice.core.config.ide 5.0.2-SNAPSHOT [11/73]
[INFO]   from plugins/org.eclipse.etrice.core.config.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.config.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.config.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.config.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.config.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.config.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.config.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/target/org.eclipse.etrice.core.config.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.config.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.config.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ide/target/org.eclipse.etrice.core.config.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.etphys >----------
[INFO] Building [bundle] org.eclipse.etrice.core.etphys 5.0.2-SNAPSHOT  [12/73]
[INFO]   from plugins/org.eclipse.etrice.core.etphys/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etphys ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etphys ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etphys ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etphys ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etphys ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etphys ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/target/org.eclipse.etrice.core.etphys-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etphys ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etphys ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys/target/org.eclipse.etrice.core.etphys-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.genmodel >---------
[INFO] Building [bundle] eTriceGen Model 5.0.2-SNAPSHOT                 [13/73]
[INFO]   from plugins/org.eclipse.etrice.core.genmodel/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.genmodel ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.genmodel ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.genmodel ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 67 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.genmodel ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.genmodel ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.genmodel ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/target/org.eclipse.etrice.core.genmodel-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.genmodel ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.genmodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.genmodel/target/org.eclipse.etrice.core.genmodel-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.etrice:org.eclipse.etrice.core.etmap >----------
[INFO] Building [bundle] org.eclipse.etrice.core.etmap 5.0.2-SNAPSHOT   [14/73]
[INFO]   from plugins/org.eclipse.etrice.core.etmap/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etmap ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etmap ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etmap ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 31 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/target/classes
[WARNING] Source directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/xtend-gen does not exist
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etmap ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etmap ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etmap ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/target/org.eclipse.etrice.core.etmap-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etmap ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etmap ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap/target/org.eclipse.etrice.core.etmap-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.fsm.ide >---------
[INFO] Building [bundle] org.eclipse.etrice.core.fsm.ide 5.0.2-SNAPSHOT [15/73]
[INFO]   from plugins/org.eclipse.etrice.core.fsm.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.fsm.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.fsm.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.fsm.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.fsm.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/target/org.eclipse.etrice.core.fsm.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.fsm.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ide/target/org.eclipse.etrice.core.fsm.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.fsm.ui >----------
[INFO] Building [bundle] FSM DSL UI 5.0.2-SNAPSHOT                      [16/73]
[INFO]   from plugins/org.eclipse.etrice.core.fsm.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.fsm.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.fsm.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.fsm.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.fsm.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/target/org.eclipse.etrice.core.fsm.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.fsm.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.fsm.ui/target/org.eclipse.etrice.core.fsm.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.room.ide >---------
[INFO] Building [bundle] org.eclipse.etrice.core.room.ide 5.0.2-SNAPSHOT [17/73]
[INFO]   from plugins/org.eclipse.etrice.core.room.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.room.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.room.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.room.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.room.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.room.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.room.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/target/org.eclipse.etrice.core.room.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.room.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.room.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ide/target/org.eclipse.etrice.core.room.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.etrice:org.eclipse.etrice.doc >--------------
[INFO] Building [bundle] eTrice Documentation 5.0.2-SNAPSHOT            [18/73]
[INFO]   from plugins/org.eclipse.etrice.doc/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.doc ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.doc ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.doc ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/target/org.eclipse.etrice.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.doc/target/org.eclipse.etrice.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.ui.common.base >--------
[INFO] Building [bundle] Common Base for UI 5.0.2-SNAPSHOT              [19/73]
[INFO]   from plugins/org.eclipse.etrice.ui.common.base/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.common.base ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.common.base ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.common.base ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 45 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.common.base ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 11 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.common.base ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.common.base ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/target/org.eclipse.etrice.ui.common.base-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.common.base ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.common.base ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common.base/target/org.eclipse.etrice.ui.common.base-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.etrice:org.eclipse.etrice.generator >-----------
[INFO] Building [bundle] eTrice Generator Model 5.0.2-SNAPSHOT          [20/73]
[INFO]   from plugins/org.eclipse.etrice.generator/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator ---
[WARNING] 
WARNING: 	GenericProtocolClassGenerator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend
81: Unnecessary cast from Port to Port
[WARNING] 
WARNING: 	GenericProtocolClassGenerator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend
86: Unnecessary cast from SAP to SAP
[WARNING] 
WARNING: 	GenericProtocolClassGenerator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/GenericProtocolClassGenerator.xtend
90: Unnecessary cast from SPP to SPP
[WARNING] 
WARNING: 	RoomExtensions.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend
143: The expression of type ProtocolClass is already of type ProtocolClass
[WARNING] 
WARNING: 	RoomExtensions.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend
144: Unnecessary cast from ProtocolClass to ProtocolClass
[WARNING] 
WARNING: 	RoomExtensions.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend
293: Unnecessary cast from PortInstance to PortInstance
[WARNING] 
WARNING: 	RoomExtensions.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/org/eclipse/etrice/generator/generic/RoomExtensions.xtend
406: Unnecessary cast from AbstractInstance to AbstractInstance
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 47 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/target/org.eclipse.etrice.generator-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator/target/org.eclipse.etrice.generator-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.expressions.ui >--------
[INFO] Building [bundle] eTrice Expressions UI 5.0.2-SNAPSHOT           [21/73]
[INFO]   from plugins/org.eclipse.etrice.expressions.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.expressions.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.expressions.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.expressions.ui ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.expressions.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 54 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.expressions.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.expressions.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/target/org.eclipse.etrice.expressions.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.expressions.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.expressions.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.expressions.ui/target/org.eclipse.etrice.expressions.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.ui.behavior.fsm >--------
[INFO] Building [bundle] Abstract FSM Diagram Editor 5.0.2-SNAPSHOT     [22/73]
[INFO]   from plugins/org.eclipse.etrice.ui.behavior.fsm/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.behavior.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] Compiling 54 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.behavior.fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.behavior.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/target/org.eclipse.etrice.ui.behavior.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.behavior.fsm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.fsm/target/org.eclipse.etrice.ui.behavior.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.core.room.ui >---------
[INFO] Building [bundle] ROOM DSL UI 5.0.2-SNAPSHOT                     [23/73]
[INFO]   from plugins/org.eclipse.etrice.core.room.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.room.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.room.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.room.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 29 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.room.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.room.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.room.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/target/org.eclipse.etrice.core.room.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.room.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.room.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.room.ui/target/org.eclipse.etrice.core.room.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.config.ui >--------
[INFO] Building [bundle] eTrice Config DSL UI 5.0.2-SNAPSHOT            [24/73]
[INFO]   from plugins/org.eclipse.etrice.core.config.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.config.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.config.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.config.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.config.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.config.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.config.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/target/org.eclipse.etrice.core.config.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.config.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.config.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.config.ui/target/org.eclipse.etrice.core.config.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.etmap.ide >--------
[INFO] Building [bundle] org.eclipse.etrice.core.etmap.ide 5.0.2-SNAPSHOT [25/73]
[INFO]   from plugins/org.eclipse.etrice.core.etmap.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etmap.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etmap.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etmap.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etmap.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/target/org.eclipse.etrice.core.etmap.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etmap.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ide/target/org.eclipse.etrice.core.etmap.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.etmap.ui >---------
[INFO] Building [bundle] org.eclipse.etrice.core.etmap.ui 5.0.2-SNAPSHOT [26/73]
[INFO]   from plugins/org.eclipse.etrice.core.etmap.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etmap.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etmap.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etmap.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etmap.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/target/org.eclipse.etrice.core.etmap.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etmap.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etmap.ui/target/org.eclipse.etrice.core.etmap.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.core.etphys.ide >--------
[INFO] Building [bundle] org.eclipse.etrice.core.etphys.ide 5.0.2-SNAPSHOT [27/73]
[INFO]   from plugins/org.eclipse.etrice.core.etphys.ide/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etphys.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etphys.ide ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etphys.ide ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etphys.ide ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/target/org.eclipse.etrice.core.etphys.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etphys.ide ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ide/target/org.eclipse.etrice.core.etphys.ide-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.etphys.ui >--------
[INFO] Building [bundle] org.eclipse.etrice.core.etphys.ui 5.0.2-SNAPSHOT [28/73]
[INFO]   from plugins/org.eclipse.etrice.core.etphys.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etphys.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etphys.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etphys.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etphys.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/target/org.eclipse.etrice.core.etphys.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etphys.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.core.etphys.ui/target/org.eclipse.etrice.core.etphys.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.dctools.fsm >----------
[INFO] Building [bundle] Detail Code Tools for FSM 5.0.2-SNAPSHOT       [29/73]
[INFO]   from plugins/org.eclipse.etrice.dctools.fsm/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.dctools.fsm ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.dctools.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.dctools.fsm ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.dctools.fsm ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 40 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.dctools.fsm ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.dctools.fsm ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/target/org.eclipse.etrice.dctools.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.dctools.fsm ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.dctools.fsm ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools.fsm/target/org.eclipse.etrice.dctools.fsm-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.etrice:org.eclipse.etrice.dctools >------------
[INFO] Building [bundle] Detail Code Tools 5.0.2-SNAPSHOT               [30/73]
[INFO]   from plugins/org.eclipse.etrice.dctools/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.dctools ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.dctools ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.dctools ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.dctools ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 29 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.dctools ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.dctools ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/target/org.eclipse.etrice.dctools-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.dctools ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.dctools ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.dctools/target/org.eclipse.etrice.dctools-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.etunit.converter >-------
[INFO] Building [bundle] etUnit File Converter 5.0.2-SNAPSHOT           [31/73]
[INFO]   from plugins/org.eclipse.etrice.etunit.converter/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.etunit.converter ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.etunit.converter ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.etunit.converter ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.etunit.converter ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.etunit.converter ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.etunit.converter ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/target/org.eclipse.etrice.etunit.converter-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.etunit.converter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.etunit.converter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.etunit.converter/target/org.eclipse.etrice.etunit.converter-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.generator.config >-------
[INFO] Building [bundle] eTrice Generator Config 5.0.2-SNAPSHOT         [32/73]
[INFO]   from plugins/org.eclipse.etrice.generator.config/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.config ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.config ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.config ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.config ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 5 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.config ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/target/org.eclipse.etrice.generator.config-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.config ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.config ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.config/target/org.eclipse.etrice.generator.config-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.generator.c >----------
[INFO] Building [bundle] eTrice C Generator 5.0.2-SNAPSHOT              [33/73]
[INFO]   from plugins/org.eclipse.etrice.generator.c/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.c ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.c ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.c ---
[WARNING] 
WARNING: 	ProtocolClassGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ProtocolClassGen.xtend
35: The import 'org.eclipse.etrice.core.fsm.fSM.FSMFactory' is never used.
[WARNING] 
WARNING: 	ProtocolClassGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/ProtocolClassGen.xtend
34: The import 'org.eclipse.etrice.core.room.RoomFactory' is never used.
[WARNING] 
WARNING: 	NodeGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/org/eclipse/etrice/generator/c/gen/NodeGen.xtend
51: The import 'java.util.List' is never used.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.c ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.c ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.c ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 93 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.c ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.c ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/target/org.eclipse.etrice.generator.c-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.c ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.c ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.c/target/org.eclipse.etrice.generator.c-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.generator.cpp >---------
[INFO] Building [bundle] eTrice C++ Generator 5.0.2-SNAPSHOT            [34/73]
[INFO]   from plugins/org.eclipse.etrice.generator.cpp/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.cpp ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.cpp ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.cpp ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.cpp ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 48 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.cpp ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.cpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/target/org.eclipse.etrice.generator.cpp-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.cpp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.cpp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.cpp/target/org.eclipse.etrice.generator.cpp-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.generator.doc >---------
[INFO] Building [bundle] eTrice Document Generator 5.0.2-SNAPSHOT       [35/73]
[INFO]   from plugins/org.eclipse.etrice.generator.doc/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.doc ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.doc ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.doc ---
[WARNING] 
WARNING: 	InstanceDiagramGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend
71: Unnecessary cast from ActorInstance to ActorInstance
[WARNING] 
WARNING: 	InstanceDiagramGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend
72: Unnecessary cast from ActorInterfaceInstance to ActorInterfaceInstance
[WARNING] 
WARNING: 	InstanceDiagramGen.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/org/eclipse/etrice/generator/doc/gen/InstanceDiagramGen.xtend
78: Unnecessary cast from StructureInstance to StructureInstance
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.doc ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.doc ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 15 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/target/org.eclipse.etrice.generator.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.doc/target/org.eclipse.etrice.generator.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.generator.java >--------
[INFO] Building [bundle] eTrice Java Generator 5.0.2-SNAPSHOT           [36/73]
[INFO]   from plugins/org.eclipse.etrice.generator.java/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.java ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.java ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.java ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 55 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/target/org.eclipse.etrice.generator.java-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.java ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.java ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.java/target/org.eclipse.etrice.generator.java-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.etrice:org.eclipse.etrice.generator.contractmonitor >---
[INFO] Building [bundle] eTrice Contract Monitor Generator 5.0.2-SNAPSHOT [37/73]
[INFO]   from plugins/org.eclipse.etrice.generator.contractmonitor/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.contractmonitor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.contractmonitor ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 28 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.contractmonitor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/target/org.eclipse.etrice.generator.contractmonitor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.contractmonitor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.contractmonitor/target/org.eclipse.etrice.generator.contractmonitor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.etrice:org.eclipse.etrice.ui.common >-----------
[INFO] Building [bundle] UI Common 5.0.2-SNAPSHOT                       [38/73]
[INFO]   from plugins/org.eclipse.etrice.ui.common/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.common ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.common ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.common ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.common ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/target/org.eclipse.etrice.ui.common-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.common ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.common ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.common/target/org.eclipse.etrice.ui.common-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.etrice:org.eclipse.etrice.ui.runtime >----------
[INFO] Building org.eclipse.etrice.ui.runtime 5.0.2-SNAPSHOT            [39/73]
[INFO]   from plugins/org.eclipse.etrice.ui.runtime/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.runtime ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- antrun:1.8:run (default) @ org.eclipse.etrice.ui.runtime ---
[WARNING]  Parameter 'tasks' is deprecated: Use target instead
[WARNING] Parameter tasks is deprecated, use target instead
[INFO] Executing tasks

main:

zip_all_projects:
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.c.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.c.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.c.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.c.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.c.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.c.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.examples.c.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.examples.c.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.template.c.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.template.c.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.java.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.java.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.java.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.java.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.java.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.java.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.examples.java.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.examples.java.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.cpp.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.runtime.cpp.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.cpp.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.modellib.cpp.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.cpp.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.tutorials.cpp.zip
      [zip] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.template.cpp.zip
     [echo] zipped /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/contents/org.eclipse.etrice.template.cpp.zip
     [echo] done zipping wizard contents
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.runtime ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.runtime ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.runtime ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.runtime ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/target/org.eclipse.etrice.ui.runtime-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.runtime ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.runtime ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.runtime/target/org.eclipse.etrice.ui.runtime-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.generator.ui >---------
[INFO] Building [bundle] Generator UI 5.0.2-SNAPSHOT                    [40/73]
[INFO]   from plugins/org.eclipse.etrice.generator.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.ui ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.ui ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.ui ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 1 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.ui ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/target/org.eclipse.etrice.generator.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui/target/org.eclipse.etrice.generator.ui-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.generator.launch >-------
[INFO] Building [bundle] eTrice Generator Launch Base Classes 5.0.2-SNAPSHOT [41/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/target/org.eclipse.etrice.generator.launch-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch/target/org.eclipse.etrice.generator.launch-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.generator.launch.c >------
[INFO] Building [bundle] eTrice C Generator Launcher 5.0.2-SNAPSHOT     [42/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch.c/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch.c ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch.c ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch.c ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch.c ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch.c ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch.c ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/target/org.eclipse.etrice.generator.launch.c-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch.c ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch.c ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.c/target/org.eclipse.etrice.generator.launch.c-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.etrice:org.eclipse.etrice.generator.launch.cpp >-----
[INFO] Building [bundle] eTrice Cpp Generator Launcher 5.0.2-SNAPSHOT   [43/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch.cpp/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch.cpp ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch.cpp ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch.cpp ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch.cpp ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/target/org.eclipse.etrice.generator.launch.cpp-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch.cpp ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.cpp/target/org.eclipse.etrice.generator.launch.cpp-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----< org.eclipse.etrice:org.eclipse.etrice.generator.launch.java >-----
[INFO] Building [bundle] eTrice Java Generator Launcher 5.0.2-SNAPSHOT  [44/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch.java/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch.java ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch.java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch.java ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch.java ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch.java ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch.java ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/target/org.eclipse.etrice.generator.launch.java-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch.java ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch.java ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.java/target/org.eclipse.etrice.generator.launch.java-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.etrice:org.eclipse.etrice.generator.launch.doc >-----
[INFO] Building [bundle] eTrice Doc Generator Launcher 5.0.2-SNAPSHOT   [45/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch.doc/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch.doc ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch.doc ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/target/org.eclipse.etrice.generator.launch.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch.doc ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.doc/target/org.eclipse.etrice.generator.launch.doc-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.etrice:org.eclipse.etrice.generator.launch.contractmonitor >--
[INFO] Building [bundle] eTrice Contract Monitor Generator Launcher 5.0.2-SNAPSHOT [46/73]
[INFO]   from plugins/org.eclipse.etrice.generator.launch.contractmonitor/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/target/org.eclipse.etrice.generator.launch.contractmonitor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.launch.contractmonitor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.launch.contractmonitor/target/org.eclipse.etrice.generator.launch.contractmonitor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.generator.ui.cdt >-------
[INFO] Building [bundle] CDT integration of eTrice 5.0.2-SNAPSHOT       [47/73]
[INFO]   from plugins/org.eclipse.etrice.generator.ui.cdt/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.ui.cdt ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.ui.cdt ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.ui.cdt ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.ui.cdt ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/target/org.eclipse.etrice.generator.ui.cdt-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.ui.cdt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.generator.ui.cdt/target/org.eclipse.etrice.generator.ui.cdt-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.etrice:org.eclipse.etrice.logging >------------
[INFO] Building [bundle] eTrice Logging Fragment 5.0.2-SNAPSHOT         [48/73]
[INFO]   from plugins/org.eclipse.etrice.logging/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.logging ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.logging ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.logging ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.logging ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.logging ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.logging ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/target/org.eclipse.etrice.logging-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.logging ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.logging ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.logging/target/org.eclipse.etrice.logging-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.ui.behavior >----------
[INFO] Building [bundle] Actor Behavior Diagram Editor 5.0.2-SNAPSHOT   [49/73]
[INFO]   from plugins/org.eclipse.etrice.ui.behavior/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.behavior ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.behavior ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.behavior ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.behavior ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.behavior ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.behavior ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/target/org.eclipse.etrice.ui.behavior-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.behavior ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.behavior ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior/target/org.eclipse.etrice.ui.behavior-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.etrice:org.eclipse.etrice.ui.behavior.actioneditor >---
[INFO] Building [bundle] ROOM Action Code Editor 5.0.2-SNAPSHOT         [50/73]
[INFO]   from plugins/org.eclipse.etrice.ui.behavior.actioneditor/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 2 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/target/org.eclipse.etrice.ui.behavior.actioneditor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.behavior.actioneditor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.behavior.actioneditor/target/org.eclipse.etrice.ui.behavior.actioneditor-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.ui.commands >----------
[INFO] Building [bundle] eTrice Commands 5.0.2-SNAPSHOT                 [51/73]
[INFO]   from plugins/org.eclipse.etrice.ui.commands/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.commands ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.commands ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.commands ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.commands ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.commands ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.commands ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/target/org.eclipse.etrice.ui.commands-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.commands ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.commands ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.commands/target/org.eclipse.etrice.ui.commands-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.ui.structure >---------
[INFO] Building [bundle] Actor Structure Diagram Editor 5.0.2-SNAPSHOT  [52/73]
[INFO]   from plugins/org.eclipse.etrice.ui.structure/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.structure ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.structure ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.structure ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.structure ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.structure ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.structure ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/target/org.eclipse.etrice.ui.structure-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.structure ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.structure ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/plugins/org.eclipse.etrice.ui.structure/target/org.eclipse.etrice.ui.structure-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.etrice:org.eclipse.etrice.abstractexec.behavior.tests >--
[INFO] Building [test-bundle] Abstract Execution for Behavior Tests 5.0.2-SNAPSHOT [53/73]
[INFO]   from tests/org.eclipse.etrice.abstractexec.behavior.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/org.eclipse.etrice.abstractexec.behavior.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/surefire.properties]
Running org.eclipse.etrice.abstractexec.behavior.tests.TestSemantics
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.348 s - in org.eclipse.etrice.abstractexec.behavior.tests.TestSemantics
test(org.eclipse.etrice.abstractexec.behavior.tests.TestSemantics)  Time elapsed: 0.305 s
Running org.eclipse.etrice.abstractexec.behavior.tests.TestReachability
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.etrice.abstractexec.behavior.tests.TestReachability
test(org.eclipse.etrice.abstractexec.behavior.tests.TestReachability)  Time elapsed: 0.099 s
Running org.eclipse.etrice.abstractexec.behavior.tests.Test417433
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.02 s - in org.eclipse.etrice.abstractexec.behavior.tests.Test417433
testSomething(org.eclipse.etrice.abstractexec.behavior.tests.Test417433)  Time elapsed: 0.019 s
Running org.eclipse.etrice.abstractexec.behavior.tests.TestSemanticValidation
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 s - in org.eclipse.etrice.abstractexec.behavior.tests.TestSemanticValidation
testSomething(org.eclipse.etrice.abstractexec.behavior.tests.TestSemanticValidation)  Time elapsed: 0.025 s

Results:

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.abstractexec.behavior.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.abstractexec.behavior.tests/target/org.eclipse.etrice.abstractexec.behavior.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.core.common.tests >-------
[INFO] Building [test-bundle] Tests for common eTrice grammar fragments and classes 5.0.2-SNAPSHOT [54/73]
[INFO]   from tests/org.eclipse.etrice.core.common.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.common.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.common.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.common.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 40 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.common.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.common.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/org.eclipse.etrice.core.common.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.common.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.common.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/surefire.properties]
Running org.eclipse.etrice.core.common.tests.RelativeFileURITest
log4j:WARN No appenders could be found for logger (org.eclipse.etrice.core.common.scoping.RelativeFileURIHandler).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.etrice.core.common.tests.RelativeFileURITest
deresolveBaseFile(org.eclipse.etrice.core.common.tests.RelativeFileURITest)  Time elapsed: 0.007 s
interDocument(org.eclipse.etrice.core.common.tests.RelativeFileURITest)  Time elapsed: 0 s
roundtripResolve(org.eclipse.etrice.core.common.tests.RelativeFileURITest)  Time elapsed: 0.115 s
resolveSelf(org.eclipse.etrice.core.common.tests.RelativeFileURITest)  Time elapsed: 0.001 s
Running org.eclipse.etrice.core.common.tests.CCStringTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.606 s - in org.eclipse.etrice.core.common.tests.CCStringTest
twoLineBreaks(org.eclipse.etrice.core.common.tests.CCStringTest)  Time elapsed: 0.593 s
singleLineBreak(org.eclipse.etrice.core.common.tests.CCStringTest)  Time elapsed: 0.003 s
noLineBreak(org.eclipse.etrice.core.common.tests.CCStringTest)  Time elapsed: 0.001 s
multiLineBreaks(org.eclipse.etrice.core.common.tests.CCStringTest)  Time elapsed: 0.002 s
testReplaceEditorIndentation(org.eclipse.etrice.core.common.tests.CCStringTest)  Time elapsed: 0.004 s
Running org.eclipse.etrice.core.common.tests.DocumentationMarkupTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.etrice.core.common.tests.DocumentationMarkupTest
getMarkupTypeTest(org.eclipse.etrice.core.common.tests.DocumentationMarkupTest)  Time elapsed: 0 s
Running org.eclipse.etrice.core.common.tests.ValidatorAnnotationTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.001 s - in org.eclipse.etrice.core.common.tests.ValidatorAnnotationTests
org.eclipse.etrice.core.common.tests.ValidatorAnnotationTests skipped

Results:

Tests run: 11, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.common.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.common.tests/target/org.eclipse.etrice.core.common.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.core.config.tests >-------
[INFO] Building [test-bundle] eTrice Config DSL Tests 5.0.2-SNAPSHOT    [55/73]
[INFO]   from tests/org.eclipse.etrice.core.config.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.config.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.config.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.config.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.config.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.config.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.config.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/org.eclipse.etrice.core.config.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.config.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.config.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/surefire.properties]

Results:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] No tests found.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.config.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.config.tests/target/org.eclipse.etrice.core.config.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.core.etmap.tests >-------
[INFO] Building [test-bundle] org.eclipse.etrice.core.etmap.tests 5.0.2-SNAPSHOT [56/73]
[INFO]   from tests/org.eclipse.etrice.core.etmap.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etmap.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etmap.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etmap.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etmap.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/org.eclipse.etrice.core.etmap.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/surefire.properties]

Results:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] No tests found.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etmap.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etmap.tests/target/org.eclipse.etrice.core.etmap.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.core.etphys.tests >-------
[INFO] Building [test-bundle] org.eclipse.etrice.core.etphys.tests 5.0.2-SNAPSHOT [57/73]
[INFO]   from tests/org.eclipse.etrice.core.etphys.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.etphys.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.etphys.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.etphys.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.etphys.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/org.eclipse.etrice.core.etphys.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/surefire.properties]

Results:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] No tests found.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.etphys.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.etphys.tests/target/org.eclipse.etrice.core.etphys.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.core.fsm.tests >--------
[INFO] Building [test-bundle] FSM DSL Tests 5.0.2-SNAPSHOT              [58/73]
[INFO]   from tests/org.eclipse.etrice.core.fsm.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.fsm.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.fsm.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.fsm.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.fsm.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/org.eclipse.etrice.core.fsm.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/surefire.properties]

Results:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] No tests found.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.fsm.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.fsm.tests/target/org.eclipse.etrice.core.fsm.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.etrice:org.eclipse.etrice.core.genmodel.tests >------
[INFO] Building [test-bundle] Tests 5.0.2-SNAPSHOT                      [59/73]
[INFO]   from tests/org.eclipse.etrice.core.genmodel.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.genmodel.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.genmodel.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.genmodel.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.genmodel.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/org.eclipse.etrice.core.genmodel.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/surefire.properties]
Running org.eclipse.etrice.core.genmodel.TestHierarchy
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 s - in org.eclipse.etrice.core.genmodel.TestHierarchy
testInstances(org.eclipse.etrice.core.genmodel.TestHierarchy)  Time elapsed: 0.143 s
Running org.eclipse.etrice.core.genmodel.TestLayers
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 s - in org.eclipse.etrice.core.genmodel.TestLayers
testLayerConnections(org.eclipse.etrice.core.genmodel.TestLayers)  Time elapsed: 0.092 s
testInstanceNumbers(org.eclipse.etrice.core.genmodel.TestLayers)  Time elapsed: 0.072 s
Running org.eclipse.etrice.core.genmodel.TestOptionalActors
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.188 s - in org.eclipse.etrice.core.genmodel.TestOptionalActors
testRequiredProvided(org.eclipse.etrice.core.genmodel.TestOptionalActors)  Time elapsed: 0.082 s
testLayerConnections(org.eclipse.etrice.core.genmodel.TestOptionalActors)  Time elapsed: 0.04 s
testInstanceNumbers(org.eclipse.etrice.core.genmodel.TestOptionalActors)  Time elapsed: 0.066 s
Running org.eclipse.etrice.core.genmodel.TestConnectedPorts
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.202 s - in org.eclipse.etrice.core.genmodel.TestConnectedPorts
testExternalEndPortConnectedToRelayPort(org.eclipse.etrice.core.genmodel.TestConnectedPorts)  Time elapsed: 0.035 s
testPortNumbers(org.eclipse.etrice.core.genmodel.TestConnectedPorts)  Time elapsed: 0.057 s
testRelayPort(org.eclipse.etrice.core.genmodel.TestConnectedPorts)  Time elapsed: 0.043 s
testInternalEndPort(org.eclipse.etrice.core.genmodel.TestConnectedPorts)  Time elapsed: 0.066 s
Running org.eclipse.etrice.core.genmodel.TestStructureInheritance
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.185 s - in org.eclipse.etrice.core.genmodel.TestStructureInheritance
testLayerConnections(org.eclipse.etrice.core.genmodel.TestStructureInheritance)  Time elapsed: 0.061 s
testPortConnection(org.eclipse.etrice.core.genmodel.TestStructureInheritance)  Time elapsed: 0.038 s
testInstanceNumbers(org.eclipse.etrice.core.genmodel.TestStructureInheritance)  Time elapsed: 0.035 s
testIfItems(org.eclipse.etrice.core.genmodel.TestStructureInheritance)  Time elapsed: 0.049 s
Running org.eclipse.etrice.core.genmodel.TestPorts
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in org.eclipse.etrice.core.genmodel.TestPorts
testPortInstancePaths(org.eclipse.etrice.core.genmodel.TestPorts)  Time elapsed: 0.032 s
testPortNumbers(org.eclipse.etrice.core.genmodel.TestPorts)  Time elapsed: 0.043 s
Running org.eclipse.etrice.core.genmodel.TestFanningRelayPorts
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.etrice.core.genmodel.TestFanningRelayPorts
checkConnections(org.eclipse.etrice.core.genmodel.TestFanningRelayPorts)  Time elapsed: 0.025 s
Running org.eclipse.etrice.core.genmodel.TestReplicatedActors
/Main
/Main/appl1
/Main/appl1/intp1
/Main/appl1/intp2
/Main/appl1/intp3
/Main/appl1/ac1repl:0
/Main/appl1/ac1repl:0/ac1p
/Main/appl1/ac1repl:1
/Main/appl1/ac1repl:1/ac1p
/Main/appl1/ac1repl:2
/Main/appl1/ac1repl:2/ac1p
/Main/appl2
/Main/appl2/ac1repl:0
/Main/appl2/ac1repl:0/ac1p
/Main/appl2/ac1repl:1
/Main/appl2/ac1repl:1/ac1p
/Main/appl2/ac1repl:2
/Main/appl2/ac1repl:2/ac1p
/Main/appl2/ac2repl:0
/Main/appl2/ac2repl:0/ac2p
/Main/appl2/ac2repl:1
/Main/appl2/ac2repl:1/ac2p
/Main/appl2/ac2repl:2
/Main/appl2/ac2repl:2/ac2p
/Main/appl3
/Main/appl3/intrep
/Main/appl3/ac1repl:0
/Main/appl3/ac1repl:0/ac1p
/Main/appl3/ac1repl:1
/Main/appl3/ac1repl:1/ac1p
/Main/appl3/ac1repl:2
/Main/appl3/ac1repl:2/ac1p
/Main/appl4
/Main/appl4/ac1repl:0
/Main/appl4/ac1repl:0/ac1p
/Main/appl4/ac1repl:1
/Main/appl4/ac1repl:1/ac1p
/Main/appl4/ac2repl:0
/Main/appl4/ac2repl:0/ac2p
/Main/appl4/ac2repl:1
/Main/appl4/ac2repl:1/ac2p
/Main/appl4/ac2repl:2
/Main/appl4/ac2repl:2/ac2p
/Main/appl4/ac2repl:3
/Main/appl4/ac2repl:3/ac2p
/Main/appl5
/Main/appl5/testDriver
/Main/appl5/testDriver/testee
/Main/appl5/ref0:0
/Main/appl5/ref0:0/test
/Main/appl5/ref0:0/stack
/Main/appl5/ref0:0/stack/sender
/Main/appl5/ref0:0/stack/receiver
/Main/appl5/ref0:0/tester
/Main/appl5/ref0:0/tester/stack
/Main/appl5/ref0:0/tester/test
/Main/appl5/ref0:0/mirror
/Main/appl5/ref0:0/mirror/stack
/Main/appl5/ref0:1
/Main/appl5/ref0:1/test
/Main/appl5/ref0:1/stack
/Main/appl5/ref0:1/stack/sender
/Main/appl5/ref0:1/stack/receiver
/Main/appl5/ref0:1/tester
/Main/appl5/ref0:1/tester/stack
/Main/appl5/ref0:1/tester/test
/Main/appl5/ref0:1/mirror
/Main/appl5/ref0:1/mirror/stack
/Main/appl5/ref0:2
/Main/appl5/ref0:2/test
/Main/appl5/ref0:2/stack
/Main/appl5/ref0:2/stack/sender
/Main/appl5/ref0:2/stack/receiver
/Main/appl5/ref0:2/tester
/Main/appl5/ref0:2/tester/stack
/Main/appl5/ref0:2/tester/test
/Main/appl5/ref0:2/mirror
/Main/appl5/ref0:2/mirror/stack
/Main/appl5/ref0:3
/Main/appl5/ref0:3/test
/Main/appl5/ref0:3/stack
/Main/appl5/ref0:3/stack/sender
/Main/appl5/ref0:3/stack/receiver
/Main/appl5/ref0:3/tester
/Main/appl5/ref0:3/tester/stack
/Main/appl5/ref0:3/tester/test
/Main/appl5/ref0:3/mirror
/Main/appl5/ref0:3/mirror/stack
/Main/appl5/ref0:4
/Main/appl5/ref0:4/test
/Main/appl5/ref0:4/stack
/Main/appl5/ref0:4/stack/sender
/Main/appl5/ref0:4/stack/receiver
/Main/appl5/ref0:4/tester
/Main/appl5/ref0:4/tester/stack
/Main/appl5/ref0:4/tester/test
/Main/appl5/ref0:4/mirror
/Main/appl5/ref0:4/mirror/stack
/Main/appl5/ref0:5
/Main/appl5/ref0:5/test
/Main/appl5/ref0:5/stack
/Main/appl5/ref0:5/stack/sender
/Main/appl5/ref0:5/stack/receiver
/Main/appl5/ref0:5/tester
/Main/appl5/ref0:5/tester/stack
/Main/appl5/ref0:5/tester/test
/Main/appl5/ref0:5/mirror
/Main/appl5/ref0:5/mirror/stack
/Main/appl5/ref0:6
/Main/appl5/ref0:6/test
/Main/appl5/ref0:6/stack
/Main/appl5/ref0:6/stack/sender
/Main/appl5/ref0:6/stack/receiver
/Main/appl5/ref0:6/tester
/Main/appl5/ref0:6/tester/stack
/Main/appl5/ref0:6/tester/test
/Main/appl5/ref0:6/mirror
/Main/appl5/ref0:6/mirror/stack
/Main/appl5/ref0:7
/Main/appl5/ref0:7/test
/Main/appl5/ref0:7/stack
/Main/appl5/ref0:7/stack/sender
/Main/appl5/ref0:7/stack/receiver
/Main/appl5/ref0:7/tester
/Main/appl5/ref0:7/tester/stack
/Main/appl5/ref0:7/tester/test
/Main/appl5/ref0:7/mirror
/Main/appl5/ref0:7/mirror/stack
/Main
/Main/appl1
/Main/appl1/intp1
/Main/appl1/intp2
/Main/appl1/intp3
/Main/appl1/ac1repl:0
/Main/appl1/ac1repl:0/ac1p
/Main/appl1/ac1repl:1
/Main/appl1/ac1repl:1/ac1p
/Main/appl1/ac1repl:2
/Main/appl1/ac1repl:2/ac1p
/Main/appl2
/Main/appl2/ac1repl:0
/Main/appl2/ac1repl:0/ac1p
/Main/appl2/ac1repl:1
/Main/appl2/ac1repl:1/ac1p
/Main/appl2/ac1repl:2
/Main/appl2/ac1repl:2/ac1p
/Main/appl2/ac2repl:0
/Main/appl2/ac2repl:0/ac2p
/Main/appl2/ac2repl:1
/Main/appl2/ac2repl:1/ac2p
/Main/appl2/ac2repl:2
/Main/appl2/ac2repl:2/ac2p
/Main/appl3
/Main/appl3/intrep
/Main/appl3/ac1repl:0
/Main/appl3/ac1repl:0/ac1p
/Main/appl3/ac1repl:1
/Main/appl3/ac1repl:1/ac1p
/Main/appl3/ac1repl:2
/Main/appl3/ac1repl:2/ac1p
/Main/appl4
/Main/appl4/ac1repl:0
/Main/appl4/ac1repl:0/ac1p
/Main/appl4/ac1repl:1
/Main/appl4/ac1repl:1/ac1p
/Main/appl4/ac2repl:0
/Main/appl4/ac2repl:0/ac2p
/Main/appl4/ac2repl:1
/Main/appl4/ac2repl:1/ac2p
/Main/appl4/ac2repl:2
/Main/appl4/ac2repl:2/ac2p
/Main/appl4/ac2repl:3
/Main/appl4/ac2repl:3/ac2p
/Main/appl5
/Main/appl5/testDriver
/Main/appl5/testDriver/testee
/Main/appl5/ref0:0
/Main/appl5/ref0:0/test
/Main/appl5/ref0:0/stack
/Main/appl5/ref0:0/stack/sender
/Main/appl5/ref0:0/stack/receiver
/Main/appl5/ref0:0/tester
/Main/appl5/ref0:0/tester/stack
/Main/appl5/ref0:0/tester/test
/Main/appl5/ref0:0/mirror
/Main/appl5/ref0:0/mirror/stack
/Main/appl5/ref0:1
/Main/appl5/ref0:1/test
/Main/appl5/ref0:1/stack
/Main/appl5/ref0:1/stack/sender
/Main/appl5/ref0:1/stack/receiver
/Main/appl5/ref0:1/tester
/Main/appl5/ref0:1/tester/stack
/Main/appl5/ref0:1/tester/test
/Main/appl5/ref0:1/mirror
/Main/appl5/ref0:1/mirror/stack
/Main/appl5/ref0:2
/Main/appl5/ref0:2/test
/Main/appl5/ref0:2/stack
/Main/appl5/ref0:2/stack/sender
/Main/appl5/ref0:2/stack/receiver
/Main/appl5/ref0:2/tester
/Main/appl5/ref0:2/tester/stack
/Main/appl5/ref0:2/tester/test
/Main/appl5/ref0:2/mirror
/Main/appl5/ref0:2/mirror/stack
/Main/appl5/ref0:3
/Main/appl5/ref0:3/test
/Main/appl5/ref0:3/stack
/Main/appl5/ref0:3/stack/sender
/Main/appl5/ref0:3/stack/receiver
/Main/appl5/ref0:3/tester
/Main/appl5/ref0:3/tester/stack
/Main/appl5/ref0:3/tester/test
/Main/appl5/ref0:3/mirror
/Main/appl5/ref0:3/mirror/stack
/Main/appl5/ref0:4
/Main/appl5/ref0:4/test
/Main/appl5/ref0:4/stack
/Main/appl5/ref0:4/stack/sender
/Main/appl5/ref0:4/stack/receiver
/Main/appl5/ref0:4/tester
/Main/appl5/ref0:4/tester/stack
/Main/appl5/ref0:4/tester/test
/Main/appl5/ref0:4/mirror
/Main/appl5/ref0:4/mirror/stack
/Main/appl5/ref0:5
/Main/appl5/ref0:5/test
/Main/appl5/ref0:5/stack
/Main/appl5/ref0:5/stack/sender
/Main/appl5/ref0:5/stack/receiver
/Main/appl5/ref0:5/tester
/Main/appl5/ref0:5/tester/stack
/Main/appl5/ref0:5/tester/test
/Main/appl5/ref0:5/mirror
/Main/appl5/ref0:5/mirror/stack
/Main/appl5/ref0:6
/Main/appl5/ref0:6/test
/Main/appl5/ref0:6/stack
/Main/appl5/ref0:6/stack/sender
/Main/appl5/ref0:6/stack/receiver
/Main/appl5/ref0:6/tester
/Main/appl5/ref0:6/tester/stack
/Main/appl5/ref0:6/tester/test
/Main/appl5/ref0:6/mirror
/Main/appl5/ref0:6/mirror/stack
/Main/appl5/ref0:7
/Main/appl5/ref0:7/test
/Main/appl5/ref0:7/stack
/Main/appl5/ref0:7/stack/sender
/Main/appl5/ref0:7/stack/receiver
/Main/appl5/ref0:7/tester
/Main/appl5/ref0:7/tester/stack
/Main/appl5/ref0:7/tester/test
/Main/appl5/ref0:7/mirror
/Main/appl5/ref0:7/mirror/stack
/Main
/Main/appl1
/Main/appl1/intp1
/Main/appl1/intp2
/Main/appl1/intp3
/Main/appl1/ac1repl:0
/Main/appl1/ac1repl:0/ac1p
/Main/appl1/ac1repl:1
/Main/appl1/ac1repl:1/ac1p
/Main/appl1/ac1repl:2
/Main/appl1/ac1repl:2/ac1p
/Main/appl2
/Main/appl2/ac1repl:0
/Main/appl2/ac1repl:0/ac1p
/Main/appl2/ac1repl:1
/Main/appl2/ac1repl:1/ac1p
/Main/appl2/ac1repl:2
/Main/appl2/ac1repl:2/ac1p
/Main/appl2/ac2repl:0
/Main/appl2/ac2repl:0/ac2p
/Main/appl2/ac2repl:1
/Main/appl2/ac2repl:1/ac2p
/Main/appl2/ac2repl:2
/Main/appl2/ac2repl:2/ac2p
/Main/appl3
/Main/appl3/intrep
/Main/appl3/ac1repl:0
/Main/appl3/ac1repl:0/ac1p
/Main/appl3/ac1repl:1
/Main/appl3/ac1repl:1/ac1p
/Main/appl3/ac1repl:2
/Main/appl3/ac1repl:2/ac1p
/Main/appl4
/Main/appl4/ac1repl:0
/Main/appl4/ac1repl:0/ac1p
/Main/appl4/ac1repl:1
/Main/appl4/ac1repl:1/ac1p
/Main/appl4/ac2repl:0
/Main/appl4/ac2repl:0/ac2p
/Main/appl4/ac2repl:1
/Main/appl4/ac2repl:1/ac2p
/Main/appl4/ac2repl:2
/Main/appl4/ac2repl:2/ac2p
/Main/appl4/ac2repl:3
/Main/appl4/ac2repl:3/ac2p
/Main/appl5
/Main/appl5/testDriver
/Main/appl5/testDriver/testee
/Main/appl5/ref0:0
/Main/appl5/ref0:0/test
/Main/appl5/ref0:0/stack
/Main/appl5/ref0:0/stack/sender
/Main/appl5/ref0:0/stack/receiver
/Main/appl5/ref0:0/tester
/Main/appl5/ref0:0/tester/stack
/Main/appl5/ref0:0/tester/test
/Main/appl5/ref0:0/mirror
/Main/appl5/ref0:0/mirror/stack
/Main/appl5/ref0:1
/Main/appl5/ref0:1/test
/Main/appl5/ref0:1/stack
/Main/appl5/ref0:1/stack/sender
/Main/appl5/ref0:1/stack/receiver
/Main/appl5/ref0:1/tester
/Main/appl5/ref0:1/tester/stack
/Main/appl5/ref0:1/tester/test
/Main/appl5/ref0:1/mirror
/Main/appl5/ref0:1/mirror/stack
/Main/appl5/ref0:2
/Main/appl5/ref0:2/test
/Main/appl5/ref0:2/stack
/Main/appl5/ref0:2/stack/sender
/Main/appl5/ref0:2/stack/receiver
/Main/appl5/ref0:2/tester
/Main/appl5/ref0:2/tester/stack
/Main/appl5/ref0:2/tester/test
/Main/appl5/ref0:2/mirror
/Main/appl5/ref0:2/mirror/stack
/Main/appl5/ref0:3
/Main/appl5/ref0:3/test
/Main/appl5/ref0:3/stack
/Main/appl5/ref0:3/stack/sender
/Main/appl5/ref0:3/stack/receiver
/Main/appl5/ref0:3/tester
/Main/appl5/ref0:3/tester/stack
/Main/appl5/ref0:3/tester/test
/Main/appl5/ref0:3/mirror
/Main/appl5/ref0:3/mirror/stack
/Main/appl5/ref0:4
/Main/appl5/ref0:4/test
/Main/appl5/ref0:4/stack
/Main/appl5/ref0:4/stack/sender
/Main/appl5/ref0:4/stack/receiver
/Main/appl5/ref0:4/tester
/Main/appl5/ref0:4/tester/stack
/Main/appl5/ref0:4/tester/test
/Main/appl5/ref0:4/mirror
/Main/appl5/ref0:4/mirror/stack
/Main/appl5/ref0:5
/Main/appl5/ref0:5/test
/Main/appl5/ref0:5/stack
/Main/appl5/ref0:5/stack/sender
/Main/appl5/ref0:5/stack/receiver
/Main/appl5/ref0:5/tester
/Main/appl5/ref0:5/tester/stack
/Main/appl5/ref0:5/tester/test
/Main/appl5/ref0:5/mirror
/Main/appl5/ref0:5/mirror/stack
/Main/appl5/ref0:6
/Main/appl5/ref0:6/test
/Main/appl5/ref0:6/stack
/Main/appl5/ref0:6/stack/sender
/Main/appl5/ref0:6/stack/receiver
/Main/appl5/ref0:6/tester
/Main/appl5/ref0:6/tester/stack
/Main/appl5/ref0:6/tester/test
/Main/appl5/ref0:6/mirror
/Main/appl5/ref0:6/mirror/stack
/Main/appl5/ref0:7
/Main/appl5/ref0:7/test
/Main/appl5/ref0:7/stack
/Main/appl5/ref0:7/stack/sender
/Main/appl5/ref0:7/stack/receiver
/Main/appl5/ref0:7/tester
/Main/appl5/ref0:7/tester/stack
/Main/appl5/ref0:7/tester/test
/Main/appl5/ref0:7/mirror
/Main/appl5/ref0:7/mirror/stack
/Main
/Main/appl1
/Main/appl1/intp1
/Main/appl1/intp2
/Main/appl1/intp3
/Main/appl1/ac1repl:0
/Main/appl1/ac1repl:0/ac1p
/Main/appl1/ac1repl:1
/Main/appl1/ac1repl:1/ac1p
/Main/appl1/ac1repl:2
/Main/appl1/ac1repl:2/ac1p
/Main/appl2
/Main/appl2/ac1repl:0
/Main/appl2/ac1repl:0/ac1p
/Main/appl2/ac1repl:1
/Main/appl2/ac1repl:1/ac1p
/Main/appl2/ac1repl:2
/Main/appl2/ac1repl:2/ac1p
/Main/appl2/ac2repl:0
/Main/appl2/ac2repl:0/ac2p
/Main/appl2/ac2repl:1
/Main/appl2/ac2repl:1/ac2p
/Main/appl2/ac2repl:2
/Main/appl2/ac2repl:2/ac2p
/Main/appl3
/Main/appl3/intrep
/Main/appl3/ac1repl:0
/Main/appl3/ac1repl:0/ac1p
/Main/appl3/ac1repl:1
/Main/appl3/ac1repl:1/ac1p
/Main/appl3/ac1repl:2
/Main/appl3/ac1repl:2/ac1p
/Main/appl4
/Main/appl4/ac1repl:0
/Main/appl4/ac1repl:0/ac1p
/Main/appl4/ac1repl:1
/Main/appl4/ac1repl:1/ac1p
/Main/appl4/ac2repl:0
/Main/appl4/ac2repl:0/ac2p
/Main/appl4/ac2repl:1
/Main/appl4/ac2repl:1/ac2p
/Main/appl4/ac2repl:2
/Main/appl4/ac2repl:2/ac2p
/Main/appl4/ac2repl:3
/Main/appl4/ac2repl:3/ac2p
/Main/appl5
/Main/appl5/testDriver
/Main/appl5/testDriver/testee
/Main/appl5/ref0:0
/Main/appl5/ref0:0/test
/Main/appl5/ref0:0/stack
/Main/appl5/ref0:0/stack/sender
/Main/appl5/ref0:0/stack/receiver
/Main/appl5/ref0:0/tester
/Main/appl5/ref0:0/tester/stack
/Main/appl5/ref0:0/tester/test
/Main/appl5/ref0:0/mirror
/Main/appl5/ref0:0/mirror/stack
/Main/appl5/ref0:1
/Main/appl5/ref0:1/test
/Main/appl5/ref0:1/stack
/Main/appl5/ref0:1/stack/sender
/Main/appl5/ref0:1/stack/receiver
/Main/appl5/ref0:1/tester
/Main/appl5/ref0:1/tester/stack
/Main/appl5/ref0:1/tester/test
/Main/appl5/ref0:1/mirror
/Main/appl5/ref0:1/mirror/stack
/Main/appl5/ref0:2
/Main/appl5/ref0:2/test
/Main/appl5/ref0:2/stack
/Main/appl5/ref0:2/stack/sender
/Main/appl5/ref0:2/stack/receiver
/Main/appl5/ref0:2/tester
/Main/appl5/ref0:2/tester/stack
/Main/appl5/ref0:2/tester/test
/Main/appl5/ref0:2/mirror
/Main/appl5/ref0:2/mirror/stack
/Main/appl5/ref0:3
/Main/appl5/ref0:3/test
/Main/appl5/ref0:3/stack
/Main/appl5/ref0:3/stack/sender
/Main/appl5/ref0:3/stack/receiver
/Main/appl5/ref0:3/tester
/Main/appl5/ref0:3/tester/stack
/Main/appl5/ref0:3/tester/test
/Main/appl5/ref0:3/mirror
/Main/appl5/ref0:3/mirror/stack
/Main/appl5/ref0:4
/Main/appl5/ref0:4/test
/Main/appl5/ref0:4/stack
/Main/appl5/ref0:4/stack/sender
/Main/appl5/ref0:4/stack/receiver
/Main/appl5/ref0:4/tester
/Main/appl5/ref0:4/tester/stack
/Main/appl5/ref0:4/tester/test
/Main/appl5/ref0:4/mirror
/Main/appl5/ref0:4/mirror/stack
/Main/appl5/ref0:5
/Main/appl5/ref0:5/test
/Main/appl5/ref0:5/stack
/Main/appl5/ref0:5/stack/sender
/Main/appl5/ref0:5/stack/receiver
/Main/appl5/ref0:5/tester
/Main/appl5/ref0:5/tester/stack
/Main/appl5/ref0:5/tester/test
/Main/appl5/ref0:5/mirror
/Main/appl5/ref0:5/mirror/stack
/Main/appl5/ref0:6
/Main/appl5/ref0:6/test
/Main/appl5/ref0:6/stack
/Main/appl5/ref0:6/stack/sender
/Main/appl5/ref0:6/stack/receiver
/Main/appl5/ref0:6/tester
/Main/appl5/ref0:6/tester/stack
/Main/appl5/ref0:6/tester/test
/Main/appl5/ref0:6/mirror
/Main/appl5/ref0:6/mirror/stack
/Main/appl5/ref0:7
/Main/appl5/ref0:7/test
/Main/appl5/ref0:7/stack
/Main/appl5/ref0:7/stack/sender
/Main/appl5/ref0:7/stack/receiver
/Main/appl5/ref0:7/tester
/Main/appl5/ref0:7/tester/stack
/Main/appl5/ref0:7/tester/test
/Main/appl5/ref0:7/mirror
/Main/appl5/ref0:7/mirror/stack
/Main
/Main/appl1
/Main/appl1/intp1
/Main/appl1/intp2
/Main/appl1/intp3
/Main/appl1/ac1repl:0
/Main/appl1/ac1repl:0/ac1p
/Main/appl1/ac1repl:1
/Main/appl1/ac1repl:1/ac1p
/Main/appl1/ac1repl:2
/Main/appl1/ac1repl:2/ac1p
/Main/appl2
/Main/appl2/ac1repl:0
/Main/appl2/ac1repl:0/ac1p
/Main/appl2/ac1repl:1
/Main/appl2/ac1repl:1/ac1p
/Main/appl2/ac1repl:2
/Main/appl2/ac1repl:2/ac1p
/Main/appl2/ac2repl:0
/Main/appl2/ac2repl:0/ac2p
/Main/appl2/ac2repl:1
/Main/appl2/ac2repl:1/ac2p
/Main/appl2/ac2repl:2
/Main/appl2/ac2repl:2/ac2p
/Main/appl3
/Main/appl3/intrep
/Main/appl3/ac1repl:0
/Main/appl3/ac1repl:0/ac1p
/Main/appl3/ac1repl:1
/Main/appl3/ac1repl:1/ac1p
/Main/appl3/ac1repl:2
/Main/appl3/ac1repl:2/ac1p
/Main/appl4
/Main/appl4/ac1repl:0
/Main/appl4/ac1repl:0/ac1p
/Main/appl4/ac1repl:1
/Main/appl4/ac1repl:1/ac1p
/Main/appl4/ac2repl:0
/Main/appl4/ac2repl:0/ac2p
/Main/appl4/ac2repl:1
/Main/appl4/ac2repl:1/ac2p
/Main/appl4/ac2repl:2
/Main/appl4/ac2repl:2/ac2p
/Main/appl4/ac2repl:3
/Main/appl4/ac2repl:3/ac2p
/Main/appl5
/Main/appl5/testDriver
/Main/appl5/testDriver/testee
/Main/appl5/ref0:0
/Main/appl5/ref0:0/test
/Main/appl5/ref0:0/stack
/Main/appl5/ref0:0/stack/sender
/Main/appl5/ref0:0/stack/receiver
/Main/appl5/ref0:0/tester
/Main/appl5/ref0:0/tester/stack
/Main/appl5/ref0:0/tester/test
/Main/appl5/ref0:0/mirror
/Main/appl5/ref0:0/mirror/stack
/Main/appl5/ref0:1
/Main/appl5/ref0:1/test
/Main/appl5/ref0:1/stack
/Main/appl5/ref0:1/stack/sender
/Main/appl5/ref0:1/stack/receiver
/Main/appl5/ref0:1/tester
/Main/appl5/ref0:1/tester/stack
/Main/appl5/ref0:1/tester/test
/Main/appl5/ref0:1/mirror
/Main/appl5/ref0:1/mirror/stack
/Main/appl5/ref0:2
/Main/appl5/ref0:2/test
/Main/appl5/ref0:2/stack
/Main/appl5/ref0:2/stack/sender
/Main/appl5/ref0:2/stack/receiver
/Main/appl5/ref0:2/tester
/Main/appl5/ref0:2/tester/stack
/Main/appl5/ref0:2/tester/test
/Main/appl5/ref0:2/mirror
/Main/appl5/ref0:2/mirror/stack
/Main/appl5/ref0:3
/Main/appl5/ref0:3/test
/Main/appl5/ref0:3/stack
/Main/appl5/ref0:3/stack/sender
/Main/appl5/ref0:3/stack/receiver
/Main/appl5/ref0:3/tester
/Main/appl5/ref0:3/tester/stack
/Main/appl5/ref0:3/tester/test
/Main/appl5/ref0:3/mirror
/Main/appl5/ref0:3/mirror/stack
/Main/appl5/ref0:4
/Main/appl5/ref0:4/test
/Main/appl5/ref0:4/stack
/Main/appl5/ref0:4/stack/sender
/Main/appl5/ref0:4/stack/receiver
/Main/appl5/ref0:4/tester
/Main/appl5/ref0:4/tester/stack
/Main/appl5/ref0:4/tester/test
/Main/appl5/ref0:4/mirror
/Main/appl5/ref0:4/mirror/stack
/Main/appl5/ref0:5
/Main/appl5/ref0:5/test
/Main/appl5/ref0:5/stack
/Main/appl5/ref0:5/stack/sender
/Main/appl5/ref0:5/stack/receiver
/Main/appl5/ref0:5/tester
/Main/appl5/ref0:5/tester/stack
/Main/appl5/ref0:5/tester/test
/Main/appl5/ref0:5/mirror
/Main/appl5/ref0:5/mirror/stack
/Main/appl5/ref0:6
/Main/appl5/ref0:6/test
/Main/appl5/ref0:6/stack
/Main/appl5/ref0:6/stack/sender
/Main/appl5/ref0:6/stack/receiver
/Main/appl5/ref0:6/tester
/Main/appl5/ref0:6/tester/stack
/Main/appl5/ref0:6/tester/test
/Main/appl5/ref0:6/mirror
/Main/appl5/ref0:6/mirror/stack
/Main/appl5/ref0:7
/Main/appl5/ref0:7/test
/Main/appl5/ref0:7/stack
/Main/appl5/ref0:7/stack/sender
/Main/appl5/ref0:7/stack/receiver
/Main/appl5/ref0:7/tester
/Main/appl5/ref0:7/tester/stack
/Main/appl5/ref0:7/tester/test
/Main/appl5/ref0:7/mirror
/Main/appl5/ref0:7/mirror/stack
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.299 s - in org.eclipse.etrice.core.genmodel.TestReplicatedActors
checkExample1(org.eclipse.etrice.core.genmodel.TestReplicatedActors)  Time elapsed: 0.074 s
checkExample2(org.eclipse.etrice.core.genmodel.TestReplicatedActors)  Time elapsed: 0.044 s
checkExample3(org.eclipse.etrice.core.genmodel.TestReplicatedActors)  Time elapsed: 0.071 s
checkExample4(org.eclipse.etrice.core.genmodel.TestReplicatedActors)  Time elapsed: 0.068 s
checkExample5(org.eclipse.etrice.core.genmodel.TestReplicatedActors)  Time elapsed: 0.042 s

Results:

Tests run: 22, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.genmodel.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.tests/target/org.eclipse.etrice.core.genmodel.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.core.room.tests >--------
[INFO] Building [test-bundle] eTrice Room Core Tests 5.0.2-SNAPSHOT     [60/73]
[INFO]   from tests/org.eclipse.etrice.core.room.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.room.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.room.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.room.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.room.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 31 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.room.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.room.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/org.eclipse.etrice.core.room.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.room.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.room.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/surefire.properties]
Running org.eclipse.etrice.core.TestBindings
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.298 s - in org.eclipse.etrice.core.TestBindings
testProtocolValidation(org.eclipse.etrice.core.TestBindings)  Time elapsed: 0.167 s
testInheritedExternalEndPointToLocalRefValidation(org.eclipse.etrice.core.TestBindings)  Time elapsed: 0.026 s
testBindingValidation(org.eclipse.etrice.core.TestBindings)  Time elapsed: 0.052 s
testInheritedExternalToInheritedRefValidation(org.eclipse.etrice.core.TestBindings)  Time elapsed: 0.022 s
testLocalExternalToLocalRefValidation(org.eclipse.etrice.core.TestBindings)  Time elapsed: 0.017 s
Running org.eclipse.etrice.core.TestMultiplicities
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.etrice.core.TestMultiplicities
testMinus(org.eclipse.etrice.core.TestMultiplicities)  Time elapsed: 0 s
testTimes(org.eclipse.etrice.core.TestMultiplicities)  Time elapsed: 0 s
testPlus(org.eclipse.etrice.core.TestMultiplicities)  Time elapsed: 0 s
testCompare(org.eclipse.etrice.core.TestMultiplicities)  Time elapsed: 0 s
testMinimum(org.eclipse.etrice.core.TestMultiplicities)  Time elapsed: 0 s
Running org.eclipse.etrice.core.TestCases
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.etrice.core.TestCases
testSomething(org.eclipse.etrice.core.TestCases)  Time elapsed: 0.014 s
Running org.eclipse.etrice.core.FSMValidatorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.072 s - in org.eclipse.etrice.core.FSMValidatorTest
transitionMissingSource(org.eclipse.etrice.core.FSMValidatorTest)  Time elapsed: 0.025 s
transitionMissingTarget(org.eclipse.etrice.core.FSMValidatorTest)  Time elapsed: 0.014 s
transitionInvalidEntryExitPoints(org.eclipse.etrice.core.FSMValidatorTest)  Time elapsed: 0.01 s
Running org.eclipse.etrice.core.TestBug505406
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.etrice.core.TestBug505406
testEntryPointAlreadyConnected(org.eclipse.etrice.core.TestBug505406)  Time elapsed: 0.008 s
Running org.eclipse.etrice.core.FormatterTest
/*removed comments and whitespace from detail code*/RoomModel ActorCommunicationTest{import room.basic.types.*from"Types.room"import room.basic.test.*from"Tests.room"import room.basic.service.timing.*from"TimingService.room"SubSystemClass SubSystem_ActorCommunicationTest{@TestInstance 		ActorRef singleThread_Appl:Appl 		ActorRef timing:ATimingService 		LayerConnection ref singleThread_Appl satisfied_by timing.timer}ActorClass Appl{Structure{ActorRef tester:Tester 			ActorRef datadriven_Testee:Datadriven_Testee 			ActorRef eventdriven_Testee:Eventdriven_Testee 			ActorRef async_Testee:Async_Testee 			Binding tester.data_counter and datadriven_Testee.data_counter 			Binding tester.data_counter_finish and datadriven_Testee.counter_finish 			Binding tester.event_counter and eventdriven_Testee.event_counter 			Binding tester.async_counter1 and async_Testee.event_counter 			Binding tester.async_counter2 and async_Testee.data_counter}Behavior{} 	}async ActorClass Tester{Interface{conjugated Port event_counter:Eventdriven_PC 			conjugated Port data_counter:Datadriven_PC 			Port data_counter_finish:Datadriven_PC 			conjugated Port async_counter1:Eventdriven_PC 			conjugated Port async_counter2:Datadriven_PC}Structure{external Port event_counter 			external Port data_counter 			external Port data_counter_finish 			external Port async_counter1 			external Port async_counter2 			SAP timer:PTimer 			Attribute data_caseId:int32 			Attribute event_caseId:int32 			Attribute async_caseId:int32 			Attribute counter:int32 			Attribute finish_counter:int32 			Attribute data_finish_flag:boolean 			Attribute data_result[10]:int16="{1,2,3,4,5,6,7,8,9,10}"Attribute event_result[10]:int16="{101,102,103,104,105,106,107,108,109,110}"Attribute async_result[10]:int16="{1051,1002,1053,1004,1055,1006,1057,1008,1059,1010}"}Behavior{ctor{"etUnit_open(\"log/testlog\",\"ActorCommunicationTest\");""etUnit_openTestSuite(\"org.eclipse.etrice.generator.common.tests\");"}dtor{"etUnit_closeTestSuite();""etUnit_close();"}StateMachine{Transition init:initial->tester_run{action{"data_caseId=etUnit_openTestCase(\"Datadriven ActorCommunicationTest\");""event_caseId=etUnit_openTestCase(\"Eventdriven ActorCommunicationTest\");""async_caseId=etUnit_openTestCase(\"Async ActorCommunicationTest\");""""event_counter.caseId(event_caseId);""data_counter.caseId(data_caseId);""async_counter2.caseId(async_caseId);""""counter=0;""finish_counter=0;""data_finish_flag=false;""EXPECT_ORDER_START(data_caseId,data_result,10);""EXPECT_ORDER_START(event_caseId,event_result,10);""EXPECT_ORDER_START(async_caseId,async_result,10);""timer.startTimer(400);"} 				}Transition tr0:tester_run->tester_run{triggers{<timeout:timer guard{"counter<10"}>}action{"counter++;""event_counter.in1(counter);""data_counter.in1(counter);""async_counter1.in1(counter);""async_counter2.in1(counter);"} 				}Transition tr1:tester_run->tester_run{triggers{<finish:event_counter>}action{"EXPECT_ORDER_END(event_caseId,\"<|MODEL_LOCATION|>\",110);""etUnit_closeTestCase(event_caseId);""finish_counter++;"} 				}Transition tr2:tester_run->tester_run{guard{"data_counter_finish.finish==true&&data_finish_flag==false"}action{"data_finish_flag=true;""EXPECT_ORDER_END(data_caseId,\"<|MODEL_LOCATION|>\",10);""etUnit_closeTestCase(data_caseId);""finish_counter++;"} 				}Transition tr3:tester_run->tester_run{triggers{<finish:async_counter1>}action{"EXPECT_ORDER_END(async_caseId,\"<|MODEL_LOCATION|>\",1010);""etUnit_closeTestCase(async_caseId);""finish_counter++;"} 				}Transition terminate:my tp0->my tp0{guard{"finish_counter==3"}action{"etUnit_testFinished(event_caseId);"} 				}TransitionPoint tp0 				State tester_run}} 	}async ActorClass Async_Testee{Interface{Port event_counter:Eventdriven_PC 			Port data_counter:Datadriven_PC}Structure{external Port event_counter 			external Port data_counter 			Attribute counter:int32}Behavior{StateMachine{Transition init:initial->Idle{action{"counter=0;"} 				}Transition tr0:Idle->Idle{guard{"data_counter.in1!=counter&&data_counter.in1%2==1"}action{"counter=data_counter.in1;""EXPECT_ORDER(data_counter.caseId,\"<|MODEL_LOCATION|>\",counter+1050);"} 				}Transition tr1:Idle->Idle{triggers{<in1:event_counter guard{"data%2==0&&data<10"}>}action{"counter=data;""EXPECT_ORDER(data_counter.caseId,\"<|MODEL_LOCATION|>\",counter+1000);"} 				}Transition tr2:Idle->state0{triggers{<in1:event_counter guard{"data==10"}>}action{"event_counter.finish();"} 				}State Idle 				State state0}} 	}ActorClass Eventdriven_Testee{Interface{Port event_counter:Eventdriven_PC}Structure{external Port event_counter 			Attribute caseId:int32 			Attribute counter:int32}Behavior{StateMachine{Transition init:initial->state0{action{"counter=0;"} 				}Transition tr0:state0->state0{triggers{<in1:event_counter guard{"data<10"}>}action{"EXPECT_ORDER(caseId,\"<|MODEL_LOCATION|>\",data+100);"} 				}Transition tr1:state0->state1{triggers{<in1:event_counter guard{"data==10"}>}action{"event_counter.finish();"} 				}Transition tr2:state0->state0{triggers{<caseId:event_counter>}action{"caseId=data;"} 				}State state0 				State state1}} 	}datadriven ActorClass Datadriven_Testee{Interface{Port data_counter:Datadriven_PC 			conjugated Port counter_finish:Datadriven_PC}Structure{external Port data_counter 			external Port counter_finish 			Attribute counter:int32}Behavior{StateMachine{Transition init:initial->state0{action{"counter=0;""counter_finish.finish(false);"} 				}Transition tr0:state0->state1{guard{"data_counter.in1==10"}action{"counter_finish.finish(true);"} 				}Transition tr1:state0->state0{guard{"data_counter.in1!=counter&&counter<10"}action{"counter=data_counter.in1;""EXPECT_ORDER(data_counter.caseId,\"<|MODEL_LOCATION|>\",counter);"} 				}State state0 				State state1}} 	}datadriven ProtocolClass Datadriven_PC{incoming{Message caseId(data:int32)Message in1(data:int32)Message finish(data:boolean)} 	}ProtocolClass Eventdriven_PC{incoming{Message caseId(data:int32)Message in1(data:int32)}outgoing{Message finish()} 	}}
RoomModel room.basic.annotations{AnnotationType BehaviorManual{target=ActorBehavior}AnnotationType DataLogging{target=SubSystemClass 		mandatory attribute pathlist:ptCharacter}AnnotationType Gnuplot{target=SubSystemClass 		mandatory attribute format:ptCharacter 		mandatory attribute outputfile:ptCharacter 		mandatory attribute width:ptInteger 		mandatory attribute height:ptInteger 		optional attribute fontsize:ptInteger}AnnotationType GnuplotGraph{target=SubSystemClass 		mandatory attribute paths:ptCharacter 		optional attribute interval:ptInteger 		optional attribute xtics:ptReal 		optional attribute mxtics:ptInteger 		optional attribute ymin:ptReal 		optional attribute ymax:ptReal}}
/*removed comments and whitespace from detail code*/RoomModel room.basic.service.timing{import room.basic.types.*from"Types.room"async ActorClass ATimingService{Interface{SPP timer:PTimer}Structure{usercode1{"#include\"osal/etTime.h\"""#define ET_NB_OF_TCBS 30""typedef struct etTCB etTimerControlBlock;""struct etTCB{""etTime expTime;""etTime pTime;""int32 portIdx;""etTimerControlBlock*next;""	};"}usercode2{"/*uc2*/"}usercode3{"/*uc3*/"}ServiceImplementation of timer 			Attribute tcbs[30]:tcb 			Attribute usedTcbsRoot:tcb ref 			Attribute freeTcbsRoot:tcb ref}Behavior{Operation getTcb():tcb ref{"etTimerControlBlock*temp=freeTcbsRoot;""""if(freeTcbsRoot!=0){""freeTcbsRoot=freeTcbsRoot->next;""temp->next=0;""	}""return temp;"}Operation returnTcb(block:tcb ref){ 				"block->next=freeTcbsRoot;""freeTcbsRoot=block;"}Operation removeTcbFromUsedList(idx:int32){ 				"etTimerControlBlock*temp=usedTcbsRoot;""etTimerControlBlock*temp2=usedTcbsRoot;""""if(temp==0)return;""""if(usedTcbsRoot->portIdx==idx){""	/*element found,the first one*/""usedTcbsRoot=usedTcbsRoot->next;""returnTcb(temp);""return;""}""""temp=temp->next;""while(temp!=0){""if(temp->portIdx==idx){""temp2->next=temp->next;""returnTcb(temp);""return;""}else{""		/*try next*/""temp2=temp;""temp=temp->next;""		}""}"}Operation putTcbToUsedList(block:tcb ref){ 				"etTimerControlBlock*temp=usedTcbsRoot;""etTimerControlBlock*temp2=usedTcbsRoot;""""if(temp==0){""	/*list empty put new block to root*/""block->next=0;""usedTcbsRoot=block;""return;""	}""""while(1){""if(temp!=0){""if(isTimeGreater(&block->expTime,&temp->expTime)){""			/*try next position*/""temp2=temp;""temp=temp->next;""			}else{""			/*right position found*/""block->next=temp;""if(temp==usedTcbsRoot){""usedTcbsRoot=block;""				}else{""temp2->next=block;""				}""return;""			}""		}else{""		/*end of list reached*/""block->next=0;""temp2->next=block;""return;""	}""}"}Operation isTimeGreater(t1:targetTime ref,t2:targetTime ref):boolean{"if(t1->sec>t2->sec)return ET_TRUE;""if(t1->sec<t2->sec)return ET_FALSE;""if(t1->nSec>t2->nSec)return ET_TRUE;""return ET_FALSE;"}Operation addTime(t1:targetTime ref,t2:targetTime ref){ 				"t1->sec+=t2->sec;""t1->nSec+=t2->nSec;""while(t1->nSec>=1000000000L){""t1->sec++;""t1->nSec-=1000000000L;""}"}StateMachine{Transition tr0:initial->Operational{action{"int i;""usedTcbsRoot=0;""freeTcbsRoot=&tcbs[0];""tcbs[ET_NB_OF_TCBS-1].next=0;""for(i=0;i<ET_NB_OF_TCBS-1;i++){""\ttcbs[i].next=&tcbs[i+1];""\t}"} 				}Transition tr1:Operational->Operational{triggers{<startTimeout:timer>}action{"etTimerControlBlock*timer=getTcb();""etTime t;""if(timer!=0){""\tt.sec=time/1000;""\tt.nSec=(time%1000)*1000000L;""\ttimer->pTime.sec=0;""\ttimer->pTime.nSec=0;""\ttimer->portIdx=((etReplSubPort*)ifitem)->index;""\tgetTimeFromTarget(&(timer->expTime));""\taddTime(&(timer->expTime),&t);""\tputTcbToUsedList(timer);""\t}"} 				}Transition tr3:Operational->Operational{triggers{<startTimer:timer>}action{"etTimerControlBlock*timer=getTcb();""etTime t;""if(timer!=0){""\tt.sec=time/1000;""\tt.nSec=(time%1000)*1000000L;""\ttimer->pTime=t;""\ttimer->portIdx=((etReplSubPort*)ifitem)->index;""\tgetTimeFromTarget(&(timer->expTime));""\taddTime(&(timer->expTime),&t);""\tputTcbToUsedList(timer);""\t}"} 				}Transition tr4:Operational->Operational{triggers{<kill:timer>}action{"removeTcbFromUsedList(((etReplSubPort*)ifitem)->index);"} 				}State Operational{entry{"/*prepare*/"}do{"/*maintain timers*/""etTimerControlBlock*temp;""etTime t;""""getTimeFromTarget(&t);""while(usedTcbsRoot!=0){""\tif(isTimeGreater(&t,&(usedTcbsRoot->expTime))){""\t\ttimer[usedTcbsRoot->portIdx].timeout();""\t\ttemp=usedTcbsRoot;""\t\tusedTcbsRoot=usedTcbsRoot->next;""\t\tif((temp->pTime.sec==0)&&(temp->pTime.nSec==0)){""\t\t\t/*single shot timer*/""\t\t\treturnTcb(temp);""\t\t}else{""\t\t\t/*periodic timer*/""\t\t\taddTime(&temp->expTime,&temp->pTime);""\t\t\tputTcbToUsedList(temp);""\t\t\t}""\t\t}else{""\t\t\tbreak;""\t\t\t}""\t}"} 				}} 		}}ProtocolClass PTimer{usercode1{"#define ET_TIMER_RUNNING	0x01""#define ET_TIMER_PERIODIC	0x02"}usercode2{"/*uc2*/"}incoming{Message startTimer(time:uint32)Message startTimeout(time:uint32)Message kill()}outgoing{Message timeout()}conjugated PortClass{handle incoming startTimer{"if(status==0){""status=ET_TIMER_RUNNING|ET_TIMER_PERIODIC;""etPort_sendMessage(self,PTimer_IN_startTimer,sizeof(int32),&data__et);""}"}handle incoming startTimeout{"if(status==0){""status=ET_TIMER_RUNNING;""etPort_sendMessage(self,PTimer_IN_startTimeout,sizeof(int32),&data__et);""}"}handle outgoing timeout{"/*TODO:clear active bit in case of single shot timer*/""if(status!=0){""if(status==ET_TIMER_RUNNING){""		/*single shot timer*/""status=0;""		}""	/*msg to fsm*/""	(*receiveMessageFunc)(actor,self,msg);""}"}handle incoming kill{"if(status!=0){""status=0;""etPort_sendMessage(self,PTimer_IN_kill,0,NULL);""}"}Attribute status:int8="0"} 	}ExternalType tcb->"etTimerControlBlock"default"{{0,0},{0,0},0,NULL}"ExternalType targetTime->"etTime"default"{0,0}"}
RoomModel room.basic.types{PrimitiveType boolean:ptBoolean->'bool'default'false'PrimitiveType char:ptCharacter->'char'default'0'PrimitiveType int8:ptInteger->'int8'default'0'PrimitiveType int16:ptInteger->'int16'default'0'PrimitiveType int32:ptInteger->'int32'default'0'PrimitiveType int64:ptInteger->'int64'default'0'PrimitiveType uint8:ptInteger->'uint8'default'0'PrimitiveType uint16:ptInteger->'uint16'default'0'PrimitiveType uint32:ptInteger->'uint32'default'0'PrimitiveType uint64:ptInteger->'uint64'default'0'PrimitiveType float32:ptReal->'float32'default'0'PrimitiveType float64:ptReal->'float64'default'0'PrimitiveType charPtr:ptCharacter->'charPtr'default'0'PrimitiveType string:ptCharacter->'charPtr'default'0'PrimitiveType etAddressId:ptInteger->'etAddressId'default'0'ExternalType voidType->'void'default'NULL'}
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.701 s - in org.eclipse.etrice.core.FormatterTest
unformatEqualsFormat(org.eclipse.etrice.core.FormatterTest)  Time elapsed: 0.653 s
testManual(org.eclipse.etrice.core.FormatterTest)  Time elapsed: 0.047 s
Running org.eclipse.etrice.core.TestFragments
============ begin fragment test ============
Binding:CPTest_Top$TestPort1!cp_tester-TestPort1!cp_user
ActorRef:CPTest_Top$cp_tester
ActorRef:CPTest_Top$cp_user
StateGraph:CPUser$sg
SimpleState:CPUser$ENTRY3_EXIT4
SimpleState:CPUser$ENTRY8_EXIT9
StateGraph:CPUser$ENTRY8_EXIT9$sg
SimpleState:CPUser$ENTRY8_EXIT9$ENTRY11_EXIT12
EntryPoint:CPUser$ENTRY8_EXIT9$tp0
ChoicePoint:CPUser$ENTRY8_EXIT9$cp0
ContinuationTransition:CPUser$ENTRY8_EXIT9$EXPECT13
ContinuationTransition:CPUser$ENTRY8_EXIT9$EXPECT14
CPBranchTransition:CPUser$ENTRY8_EXIT9$EXPECT15
InitialTransition:CPUser$ENTRY8_EXIT9$initial
SimpleState:CPUser$testOk
TransitionPoint:CPUser$tp0
ChoicePoint:CPUser$cp0
ChoicePoint:CPUser$cp1
InitialTransition:CPUser$initial
ContinuationTransition:CPUser$tr4
CPBranchTransition:CPUser$EXPECT2
TriggeredTransition:CPUser$EXPECT5
ContinuationTransition:CPUser$EXPECT6
CPBranchTransition:CPUser$EXPECT17
CPBranchTransition:CPUser$EXPECT7
TriggeredTransition:CPUser$EXPECT16
TriggeredTransition:CPUser$EXPEXT19
TriggeredTransition:CPUser$EXPECT18
TriggeredTransition:CPUser$tr0
Port:CPUser$TestPort1
StateGraph:CPTester$sg
SimpleState:CPTester$state0
InitialTransition:CPTester$initial
Port:CPTester$TestPort1
============ end fragment test ============
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 s - in org.eclipse.etrice.core.TestFragments
testFragments(org.eclipse.etrice.core.TestFragments)  Time elapsed: 0.018 s
Running org.eclipse.etrice.core.CommentsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 s - in org.eclipse.etrice.core.CommentsTest
commonMarkComments(org.eclipse.etrice.core.CommentsTest)  Time elapsed: 0.021 s
Running org.eclipse.etrice.core.TestDynamicActors
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 s - in org.eclipse.etrice.core.TestDynamicActors
testDynamicActorValidation(org.eclipse.etrice.core.TestDynamicActors)  Time elapsed: 0.009 s
testDynamicActors(org.eclipse.etrice.core.TestDynamicActors)  Time elapsed: 0.004 s
Running org.eclipse.etrice.core.TestEnumerations
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 s - in org.eclipse.etrice.core.TestEnumerations
testImplicitEnumValues(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.008 s
testEmptyEnum(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.004 s
testPartialExplicitValues(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.004 s
testImplicitEnumValuesWithStart(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.004 s
testExplicitValuesWithHex(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.004 s
testWrongEnumType(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.004 s
testExplicitValuesWithHexOnly(org.eclipse.etrice.core.TestEnumerations)  Time elapsed: 0.012 s
Running org.eclipse.etrice.core.TestAnnotations
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 s - in org.eclipse.etrice.core.TestAnnotations
WrongAnnotationTarget(org.eclipse.etrice.core.TestAnnotations)  Time elapsed: 0.005 s
AnnotationTypeWithAllPossibleTargets(org.eclipse.etrice.core.TestAnnotations)  Time elapsed: 0.004 s
Running org.eclipse.etrice.core.TestNames
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.149 s - in org.eclipse.etrice.core.TestNames
OverrideNames(org.eclipse.etrice.core.TestNames)  Time elapsed: 0.041 s
RoomClassNames(org.eclipse.etrice.core.TestNames)  Time elapsed: 0.017 s
InheritedNames(org.eclipse.etrice.core.TestNames)  Time elapsed: 0.017 s
BaseClassNames(org.eclipse.etrice.core.TestNames)  Time elapsed: 0.055 s
FlatNames(org.eclipse.etrice.core.TestNames)  Time elapsed: 0.019 s

Results:

Tests run: 35, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.room.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.room.tests/target/org.eclipse.etrice.core.room.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.etrice:org.eclipse.etrice.core.genmodel.fsm.tests >----
[INFO] Building [test-bundle] FSM GenModel Tests 5.0.2-SNAPSHOT         [61/73]
[INFO]   from tests/org.eclipse.etrice.core.genmodel.fsm.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[WARNING] 
WARNING: 	TestStatesInheritance.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesInheritance.xtend
106: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestStatesInheritance.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesInheritance.xtend
110: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestStatesInheritance.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesInheritance.xtend
112: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestStatesInheritance.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesInheritance.xtend
116: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
75: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
85: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
91: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
97: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
104: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestMultipleConnectedChoicepoint.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestMultipleConnectedChoicepoint.xtend
111: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestStatesTriggers.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesTriggers.xtend
105: Unnecessary cast from Transition to Transition
[WARNING] 
WARNING: 	TestStatesTriggers.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/org/eclipse/etrice/core/genmodel/fsm/tests/TestStatesTriggers.xtend
108: Unnecessary cast from Transition to Transition
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 62 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/org.eclipse.etrice.core.genmodel.fsm.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/surefire.properties]
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestFSMInitTransition
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.221 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestFSMInitTransition
noErrors(org.eclipse.etrice.core.genmodel.fsm.tests.TestFSMInitTransition)  Time elapsed: 0.203 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance
testGraph(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance)  Time elapsed: 0.143 s
testChainsAndTriggers(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance)  Time elapsed: 0.14 s
testNoTrigger(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance)  Time elapsed: 0.107 s
testObjectNumbers(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance)  Time elapsed: 0.101 s
testChains(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesInheritance)  Time elapsed: 0.096 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.286 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM
testHierFSMPointersIntoOriginalFSM(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM)  Time elapsed: 0.061 s
testHierFSMSubGraphItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM)  Time elapsed: 0.077 s
testHierFSMItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM)  Time elapsed: 0.071 s
testHierFSMState1_1Connections(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierFSM)  Time elapsed: 0.076 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.264 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM
testFlatFSMState1Connections(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM)  Time elapsed: 0.056 s
testFlatFSMState3Connections(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM)  Time elapsed: 0.07 s
testFlatFSMCPConnections(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM)  Time elapsed: 0.053 s
testFlatFSMItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatFSM)  Time elapsed: 0.085 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.361 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers
testGraph(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers)  Time elapsed: 0.078 s
testChainsAndTriggers(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers)  Time elapsed: 0.08 s
testNoTrigger(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers)  Time elapsed: 0.071 s
testObjectNumbers(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers)  Time elapsed: 0.063 s
testChains(org.eclipse.etrice.core.genmodel.fsm.tests.TestStatesTriggers)  Time elapsed: 0.067 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatInheritedFSM
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.176 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatInheritedFSM
testHierFSMPointersIntoOriginalFSM(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatInheritedFSM)  Time elapsed: 0.07 s
testFlatInheritedFSMItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatInheritedFSM)  Time elapsed: 0.053 s
testFlatInheritedFSMState0Connections(org.eclipse.etrice.core.genmodel.fsm.tests.TestFlatInheritedFSM)  Time elapsed: 0.053 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM
testHierInheritedFSMLinks(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM)  Time elapsed: 0.113 s
testHierInheritedFSMItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM)  Time elapsed: 0.081 s
testHierInheritedFSMDeepItemCounts(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM)  Time elapsed: 0.089 s
testOriginRefs(org.eclipse.etrice.core.genmodel.fsm.tests.TestHierInheritedFSM)  Time elapsed: 0.075 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestMultipleConnectedChoicepoint
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.242 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestMultipleConnectedChoicepoint
testData(org.eclipse.etrice.core.genmodel.fsm.tests.TestMultipleConnectedChoicepoint)  Time elapsed: 0.076 s
testChainsAndTriggers(org.eclipse.etrice.core.genmodel.fsm.tests.TestMultipleConnectedChoicepoint)  Time elapsed: 0.062 s
testObjectNumbers(org.eclipse.etrice.core.genmodel.fsm.tests.TestMultipleConnectedChoicepoint)  Time elapsed: 0.103 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.285 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger
testTrigger_state0_0(org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger)  Time elapsed: 0.075 s
testTrigger_state0_1(org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger)  Time elapsed: 0.042 s
testTrigger_state1_0(org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger)  Time elapsed: 0.061 s
testTrigger_state1_1(org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger)  Time elapsed: 0.047 s
testNoTrigger(org.eclipse.etrice.core.genmodel.fsm.tests.TestTrigger)  Time elapsed: 0.059 s
Running org.eclipse.etrice.core.genmodel.fsm.tests.TestCodeInheritance
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 s - in org.eclipse.etrice.core.genmodel.fsm.tests.TestCodeInheritance
testActionCodes_BaseEntryExit(org.eclipse.etrice.core.genmodel.fsm.tests.TestCodeInheritance)  Time elapsed: 0.056 s
testActionCodes_Base(org.eclipse.etrice.core.genmodel.fsm.tests.TestCodeInheritance)  Time elapsed: 0.053 s
testActionCodes_BaseSub(org.eclipse.etrice.core.genmodel.fsm.tests.TestCodeInheritance)  Time elapsed: 0.049 s

Results:

Tests run: 37, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.core.genmodel.fsm.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.core.genmodel.fsm.tests/target/org.eclipse.etrice.core.genmodel.fsm.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.dctools.tests >---------
[INFO] Building [test-bundle] Expressions UI Tests 5.0.2-SNAPSHOT       [62/73]
[INFO]   from tests/org.eclipse.etrice.dctools.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.dctools.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.dctools.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.dctools.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.dctools.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.dctools.tests ---
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
146: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
150: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
154: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
202: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
207: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
212: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
265: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
270: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
278: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
353: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
358: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
363: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
368: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
482: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
487: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
490: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
495: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
500: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
503: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
508: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
510: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
515: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
521: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
523: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
528: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
530: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
600: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
605: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
611: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
616: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCLinker.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCLinker.xtend
620: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
59: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
60: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
61: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
64: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
65: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
68: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
81: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
82: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
83: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
86: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
87: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
90: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
103: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
104: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
105: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
108: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
109: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
110: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
111: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
124: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
125: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
126: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
129: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
130: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
133: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
146: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
147: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
148: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
151: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCTranslator.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCTranslator.xtend
154: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
42: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
43: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
49: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
50: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
56: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
57: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
63: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
64: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
85: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
91: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
93: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
95: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
97: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
104: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
105: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
111: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
112: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
120: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
121: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
129: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
130: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
131: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
132: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
138: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
139: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
141: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
142: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
143: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
145: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
146: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
152: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
155: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
157: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
158: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
159: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
161: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
162: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
164: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
165: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
173: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
176: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
177: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
179: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
180: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
181: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
182: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
183: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
184: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
185: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
187: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
188: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
189: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
190: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
192: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
193: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
194: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
195: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
196: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
198: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
205: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
208: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
214: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
217: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
223: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
225: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
226: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
232: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
234: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
235: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
236: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
237: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
238: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
244: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
245: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
251: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
255: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
261: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
266: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
268: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
274: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
277: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
278: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
279: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
280: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
293: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
301: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCScanner.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCScanner.xtend
304: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
44: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
53: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
58: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
67: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
72: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
77: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
87: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
88: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
89: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
90: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCNodeAtOffset.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCNodeAtOffset.xtend
104: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
91: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
99: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
106: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
124: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
131: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
147: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
154: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
165: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
170: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
175: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
194: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
199: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
204: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
223: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
228: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
341: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
342: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
354: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
362: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
370: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
374: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[WARNING] 
WARNING: 	TestDCParser.xtend - /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/org/eclipse/etrice/dctools/tests/TestDCParser.xtend
388: The method assertThat(T, Matcher<? super T>) from the type Assert is deprecated
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.dctools.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.dctools.tests ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.dctools.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 42 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.dctools.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.dctools.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.dctools.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/org.eclipse.etrice.dctools.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.dctools.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.dctools.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/surefire.properties]
Running org.eclipse.etrice.dctools.tests.TestDCParser
<<<testArrayMemberAccess
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'field[]'
      DCAstIdentifierNode 'field'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '1' NUMBER
          DCAstOtherNode '+' OTHER
          DCAstOtherNode '2' NUMBER
    DCAstPeriodNode
    DCAstIdentifierNode 'member'
11 nodes, 8 tokens
orig: 'field[1+2].member'
ast:  'field[1+2].member'
testArrayMemberAccess>>>
<<<testCode
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'field'
    DCAstPeriodNode
    DCAstIdentifierNode 'member1'
    DCAstPeriodNode
    DCAstArrayAccessNode 'member2[]'
      DCAstIdentifierNode 'member2'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '3' NUMBER
    DCAstPeriodNode
    DCAstOperationCallNode 'operation()'
      DCAstIdentifierNode 'operation'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'x'
          DCAstOtherNode '+' OTHER
          DCAstOtherNode '4' NUMBER
20 nodes, 15 tokens
orig: 'field.member1.member2[3].operation(x+4)'
ast:  'field.member1.member2[3].operation(x+4)'
testCode>>>
<<<testCode2
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'sendPort'
    DCAstPeriodNode
    DCAstOperationCallNode 'ping()'
      DCAstIdentifierNode 'ping'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'x'
            DCAstWhitespaceNode ' '
          DCAstOtherNode '/* comment */' COMMENT
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'ping'
    DCAstPeriodNode
    DCAstOperationCallNode 'ping()'
      DCAstIdentifierNode 'ping'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstOtherNode '1' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode '// comment
' COMMENT
  DCAstOtherNode 'int' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'local'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstOtherNode '0' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstOperationCallNode 'foo()'
      DCAstIdentifierNode 'foo'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstOperationCallNode 'foo()'
              DCAstIdentifierNode 'foo'
              DCAstBracketNode ()
                DCAstMatchNode
                  DCAstOtherNode '123' NUMBER
                  DCAstOtherNode '+' OTHER
                  DCAstOtherNode '456' NUMBER
                  DCAstOtherNode '+' OTHER
                  DCAstFeatureCallNode
                    DCAstIdentifierNode 'x'
          DCAstOtherNode '*' OTHER
          DCAstOtherNode '2' NUMBER
          DCAstOtherNode '+' OTHER
          DCAstFeatureCallNode
            DCAstOperationCallNode 'foo()'
              DCAstIdentifierNode 'foo'
              DCAstBracketNode ()
                DCAstMatchNode
                  DCAstFeatureCallNode
                    DCAstIdentifierNode 'local'
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode '/* foo(i) */' COMMENT
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'String'
    DCAstWhitespaceNode ' '
  DCAstFeatureCallNode
    DCAstIdentifierNode 't'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstOtherNode '"foo(i)"' STRING
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
76 nodes, 59 tokens
orig: 'sendPort.ping(x /* comment */);
ping.ping(1);
// comment
int local = 0;
foo(foo(123+456+x)*2+foo(local));
/* foo(i) */
String t = "foo(i)";
'
ast:  'sendPort.ping(x /* comment */);
ping.ping(1);
// comment
int local = 0;
foo(foo(123+456+x)*2+foo(local));
/* foo(i) */
String t = "foo(i)";
'
testCode2>>>
<<<testCode3
tree: 
DCAstMatchNode
  DCAstOtherNode 'int' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'result'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstOtherNode '1' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode 'for' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstBracketNode ()
    DCAstMatchNode
      DCAstOtherNode 'int' KEYWORD
      DCAstOtherNode ' ' WHITESPACE
      DCAstFeatureCallNode
        DCAstIdentifierNode 'i'
      DCAstOtherNode '=' OTHER
      DCAstOtherNode '0' NUMBER
      DCAstOtherNode ';' STATEMENT_SEP
      DCAstOtherNode ' ' WHITESPACE
      DCAstFeatureCallNode
        DCAstIdentifierNode 'i'
      DCAstOtherNode '<' OTHER
      DCAstOtherNode '10' NUMBER
      DCAstOtherNode ';' STATEMENT_SEP
      DCAstOtherNode ' ' WHITESPACE
      DCAstOtherNode '+' OTHER
      DCAstOtherNode '+' OTHER
      DCAstFeatureCallNode
        DCAstIdentifierNode 'i'
  DCAstOtherNode ' ' WHITESPACE
  DCAstBracketNode {}
    DCAstMatchNode
      DCAstOtherNode '
	' WHITESPACE
      DCAstOtherNode 'if' KEYWORD
      DCAstOtherNode ' ' WHITESPACE
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'i'
          DCAstOtherNode '>' OTHER
          DCAstOtherNode '=' OTHER
          DCAstOtherNode '5' NUMBER
      DCAstOtherNode ' ' WHITESPACE
      DCAstBracketNode {}
        DCAstMatchNode
          DCAstOtherNode '
		' WHITESPACE
          DCAstFeatureCallNode
            DCAstIdentifierNode 'result'
            DCAstWhitespaceNode ' '
          DCAstOtherNode '=' OTHER
          DCAstOtherNode ' ' WHITESPACE
          DCAstFeatureCallNode
            DCAstIdentifierNode 'result'
            DCAstWhitespaceNode ' '
          DCAstOtherNode '*' OTHER
          DCAstOtherNode ' ' WHITESPACE
          DCAstOtherNode '3' NUMBER
          DCAstOtherNode ';' STATEMENT_SEP
          DCAstOtherNode '
	' WHITESPACE
      DCAstOtherNode '
	' WHITESPACE
      DCAstFeatureCallNode
        DCAstIdentifierNode 'result'
        DCAstWhitespaceNode ' '
      DCAstOtherNode '=' OTHER
      DCAstOtherNode ' ' WHITESPACE
      DCAstFeatureCallNode
        DCAstOperationCallNode 'foo()'
          DCAstIdentifierNode 'foo'
          DCAstBracketNode ()
            DCAstMatchNode
              DCAstFeatureCallNode
                DCAstIdentifierNode 'result'
              DCAstOtherNode '*' OTHER
              DCAstOtherNode '2' NUMBER
      DCAstOtherNode ';' STATEMENT_SEP
      DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode '
' WHITESPACE
81 nodes, 69 tokens
orig: 'int result = 1;
for (int i=0; i<10; ++i) {
	if (i>=5) {
		result = result * 3;
	}
	result = foo(result*2);
}
'
ast:  'int result = 1;
for (int i=0; i<10; ++i) {
	if (i>=5) {
		result = result * 3;
	}
	result = foo(result*2);
}
'
testCode3>>>
<<<testCode
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'DC'
    DCAstWhitespaceNode ' '
  DCAstFeatureCallNode
    DCAstIdentifierNode 'var'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'new'
    DCAstWhitespaceNode ' '
  DCAstFeatureCallNode
    DCAstOperationCallNode 'DC()'
      DCAstIdentifierNode 'DC'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'port'
    DCAstPeriodNode
    DCAstOperationCallNode 'message()'
      DCAstIdentifierNode 'message'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'var'
  DCAstOtherNode ';' STATEMENT_SEP
29 nodes, 20 tokens
orig: 'DC var = new DC(); port.message(var);'
ast:  'DC var = new DC(); port.message(var);'
testCode>>>
<<<testArrayMemberAccessAndCall
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'field[]'
      DCAstIdentifierNode 'field'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '1' NUMBER
          DCAstOtherNode '+' OTHER
          DCAstOtherNode '2' NUMBER
    DCAstPeriodNode
    DCAstIdentifierNode 'member'
    DCAstPeriodNode
    DCAstOperationCallNode 'op()'
      DCAstIdentifierNode 'op'
      DCAstBracketNode ()
        DCAstMatchNode
16 nodes, 12 tokens
orig: 'field[1+2].member.op()'
ast:  'field[1+2].member.op()'
testArrayMemberAccessAndCall>>>
<<<testArrayAccess
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'array[]'
      DCAstIdentifierNode 'array'
      DCAstBracketNode []
        DCAstMatchNode
6 nodes, 3 tokens
orig: 'array[]'
ast:  'array[]'
testArrayAccess>>>
<<<testUnclosedNestedBrackets
tree: 
DCAstMatchNode
  DCAstBracketNode ()
    DCAstMatchNode
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstOtherNode '/* nested */' COMMENT
      DCAstOtherNode '/* the outer closing round bracket is missing*/' COMMENT
7 nodes, 6 tokens
orig: '((/* nested */)/* the outer closing round bracket is missing*/'
ast:  '((/* nested */)/* the outer closing round bracket is missing*/'
testUnclosedNestedBrackets>>>
<<<testCComment
tree: 
DCAstMatchNode
  DCAstOtherNode '/* comment */' COMMENT
2 nodes, 1 tokens
orig: '/* comment */'
ast:  '/* comment */'
testCComment>>>
<<<testIncompleteFeatureCall
tree: 
DCAstMatchNode
  DCAstFeatureCallNode (incomplete)
    DCAstIdentifierNode 'field'
    DCAstPeriodNode
    DCAstIdentifierNode 'member'
    DCAstPeriodNode
6 nodes, 4 tokens
orig: 'field.member.'
ast:  'field.member.'
testIncompleteFeatureCall>>>
<<<testUnclosedString
tree: 
DCAstMatchNode
  DCAstOtherNode '"the closing quotes are missing' STRING
2 nodes, 1 tokens
orig: '"the closing quotes are missing'
ast:  '"the closing quotes are missing'
testUnclosedString>>>
<<<testMemberAccess
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'field'
    DCAstPeriodNode
    DCAstIdentifierNode 'member'
5 nodes, 3 tokens
orig: 'field.member'
ast:  'field.member'
testMemberAccess>>>
<<<testNestedBrackets
tree: 
DCAstMatchNode
  DCAstBracketNode ()
    DCAstMatchNode
      DCAstOtherNode '/* comment */' COMMENT
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstOtherNode '/* another comment */' COMMENT
      DCAstOtherNode '/* third comment */' COMMENT
8 nodes, 7 tokens
orig: '(/* comment */(/* another comment */)/* third comment */)'
ast:  '(/* comment */(/* another comment */)/* third comment */)'
testNestedBrackets>>>
<<<testCppComment
tree: 
DCAstMatchNode
  DCAstOtherNode '// cpp comment' COMMENT
2 nodes, 1 tokens
orig: '// cpp comment'
ast:  '// cpp comment'
testCppComment>>>
<<<testCComment2
tree: 
DCAstMatchNode
  DCAstOtherNode '/* comment
	next line */' COMMENT
2 nodes, 1 tokens
orig: '/* comment
	next line */'
ast:  '/* comment
	next line */'
testCComment2>>>
<<<testSpacyArrayMemberAccessAndCall
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'field []'
      DCAstIdentifierNode 'field'
      DCAstWhitespaceNode ' '
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode ' ' WHITESPACE
          DCAstOtherNode '1' NUMBER
          DCAstOtherNode ' ' WHITESPACE
          DCAstOtherNode '+' OTHER
          DCAstOtherNode ' ' WHITESPACE
          DCAstOtherNode '2' NUMBER
          DCAstOtherNode ' ' WHITESPACE
    DCAstWhitespaceNode '
	'
    DCAstPeriodNode
    DCAstWhitespaceNode ' '
    DCAstIdentifierNode 'member'
    DCAstWhitespaceNode ' '
    DCAstPeriodNode
    DCAstWhitespaceNode ' '
    DCAstOperationCallNode 'op ()'
      DCAstIdentifierNode 'op'
      DCAstWhitespaceNode ' '
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstOtherNode ' ' WHITESPACE
27 nodes, 23 tokens
orig: 'field [ 1 + 2 ]
	. member . op ( )'
ast:  'field [ 1 + 2 ]
	. member . op ( )'
testSpacyArrayMemberAccessAndCall>>>
<<<testString
tree: 
DCAstMatchNode
  DCAstOtherNode '"some test string"' STRING
2 nodes, 1 tokens
orig: '"some test string"'
ast:  '"some test string"'
testString>>>
<<<testIdentifier
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'someIdentifier_123_name'
3 nodes, 1 tokens
orig: 'someIdentifier_123_name'
ast:  'someIdentifier_123_name'
testIdentifier>>>
<<<testOperationCall
tree: 
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstOperationCallNode 'foo()'
      DCAstIdentifierNode 'foo'
      DCAstBracketNode ()
        DCAstMatchNode
6 nodes, 3 tokens
orig: 'foo()'
ast:  'foo()'
testOperationCall>>>
Tests run: 23, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.084 s - in org.eclipse.etrice.dctools.tests.TestDCParser
testArrayMemberAccess(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.02 s
testEmptyCurlyBracket(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testCode1(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testCode2(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.006 s
testCode3(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.004 s
testCode(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testArrayMemberAccessAndCall(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testArrayAccess(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testUnclosedNestedBrackets(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testCComment(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testIncompleteFeatureCall(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testUnclosedString(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testMemberAccess(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testNestedBrackets(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testEmptyRoundBracket(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testCppComment(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testRoundBracketWithContents(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.027 s
testCComment2(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testSpaciousArrayMemberAccessAndCall(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testString(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testEmptySquareBracket(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
testIdentifier(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0.001 s
testOperationCall(org.eclipse.etrice.dctools.tests.TestDCParser)  Time elapsed: 0 s
Running org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset
testArrayMemberAccess(org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset)  Time elapsed: 0 s
testCode2(org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset)  Time elapsed: 0.001 s
testCode(org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset)  Time elapsed: 0.001 s
testMemberAccess(org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset)  Time elapsed: 0 s
testString(org.eclipse.etrice.dctools.tests.TestDCNodeAtOffset)  Time elapsed: 0 s
Running org.eclipse.etrice.dctools.tests.TestDCTranslator
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
<<<testActorClassAttributes
orig:
double d = c.diameter();
d = p[0].distance(p[1]);
d = distance(p[0], p[1]);
d = c.c.x;


translated:
double d = diameter(c(globalScopeSelf));
d = distance(p(globalScopeSelf, 0), p(globalScopeSelf, 1));
d = distance(globalScopeSelf, p(globalScopeSelf, 0), p(globalScopeSelf, 1));
d = x(c(c(globalScopeSelf)));


testActorClassAttributes>>>
<<<testPortMessage
orig:
prt.start();

Point lpt = new Point(1,2);
prt.result(lpt);

translated:
PC_start(prt);

Point lpt = new Point(1,2);
PC_result(prt, lpt);

testPortMessage>>>
<<<testDataClassOperationWithAttributesAndVarDecl
orig:
double dx = x - other.x;
double dy = y - other.y;
return Math.sqrt(dx*dx + dy*dy);


translated:
double dx = x(globalScopeSelf)- x(other);
double dy = y(globalScopeSelf)- y(other);
return Math.sqrt(dx*dx + dy*dy);


testDataClassOperationWithAttributesAndVarDecl>>>
<<<testReplPortMessage
orig:
replPrt[0].start();
replPrt.start();
prt[0].start();


translated:
PC_start(replPrt, 0);
PC_start_broadcast(replPrt);
prt[0].start();


testReplPortMessage>>>
<<<testDataClassOperationWithOperationCall
orig:
return c.distance(other) < r;


translated:
return distance(c(globalScopeSelf), other)< r(globalScopeSelf);


testDataClassOperationWithOperationCall>>>
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.378 s - in org.eclipse.etrice.dctools.tests.TestDCTranslator
testActorClassAttributes(org.eclipse.etrice.dctools.tests.TestDCTranslator)  Time elapsed: 0.224 s
testPortMessage(org.eclipse.etrice.dctools.tests.TestDCTranslator)  Time elapsed: 0.051 s
testDataClassOperationWithAttributesAndVarDecl(org.eclipse.etrice.dctools.tests.TestDCTranslator)  Time elapsed: 0.027 s
testReplPortMessage(org.eclipse.etrice.dctools.tests.TestDCTranslator)  Time elapsed: 0.019 s
testDataClassOperationWithOperationCall(org.eclipse.etrice.dctools.tests.TestDCTranslator)  Time elapsed: 0.055 s
Running org.eclipse.etrice.dctools.tests.TestDCScanner
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.etrice.dctools.tests.TestDCScanner
testArrayMemberAccess(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testEmptyCurlyBracket(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCode1(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCode2(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCode3(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCode(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testArrayMemberAccessAndCall(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testArrayAccess(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0.001 s
testUnclosedNestedBrackets(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCComment(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testUnclosedBrackets(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testIncompleteFeatureCall(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testUnclosedString(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0.001 s
testMemberAccess(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testNestedBrackets(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testEmptyRoundBracket(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0.001 s
testCppComment(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testRoundBracketWithContents(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testCComment2(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testSpaciousArrayMemberAccessAndCall(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testString(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testEmptySquareBracket(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0.001 s
testIdentifier(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
testOperationCall(org.eclipse.etrice.dctools.tests.TestDCScanner)  Time elapsed: 0 s
Running org.eclipse.etrice.dctools.tests.TestDCLinker
DCAstMatchNode
  DCAstOtherNode 'double' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'd'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'c' --> Attribute
    DCAstPeriodNode
    DCAstOperationCallNode 'diameter()' --> StandardOperation
      DCAstIdentifierNode 'diameter'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'd'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'p[]' --> Attribute
      DCAstIdentifierNode 'p'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '0' NUMBER
    DCAstPeriodNode
    DCAstOperationCallNode 'distance()' --> StandardOperation
      DCAstIdentifierNode 'distance'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstArrayAccessNode 'p[]' --> Attribute
              DCAstIdentifierNode 'p'
              DCAstBracketNode []
                DCAstMatchNode
                  DCAstOtherNode '1' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'd'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstOperationCallNode 'distance()' --> StandardOperation
      DCAstIdentifierNode 'distance'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstArrayAccessNode 'p[]' --> Attribute
              DCAstIdentifierNode 'p'
              DCAstBracketNode []
                DCAstMatchNode
                  DCAstOtherNode '0' NUMBER
          DCAstOtherNode ',' OTHER
          DCAstOtherNode ' ' WHITESPACE
          DCAstFeatureCallNode
            DCAstArrayAccessNode 'p[]' --> Attribute
              DCAstIdentifierNode 'p'
              DCAstBracketNode []
                DCAstMatchNode
                  DCAstOtherNode '1' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'd'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'c' --> Attribute
    DCAstPeriodNode
    DCAstIdentifierNode 'c' --> Attribute
    DCAstPeriodNode
    DCAstIdentifierNode 'x' --> Attribute
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '

' WHITESPACE
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'prt' --> Port
    DCAstPeriodNode
    DCAstOperationCallNode 'start()' --> Message
      DCAstIdentifierNode 'start'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '

' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'Point'
    DCAstWhitespaceNode ' '
  DCAstFeatureCallNode
    DCAstIdentifierNode 'lpt'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstOtherNode 'new' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstOperationCallNode 'Point()'
      DCAstIdentifierNode 'Point'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstOtherNode '1' NUMBER
          DCAstOtherNode ',' OTHER
          DCAstOtherNode '2' NUMBER
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'prt' --> Port
    DCAstPeriodNode
    DCAstOperationCallNode 'result()' --> Message
      DCAstIdentifierNode 'result'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'lpt'
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'pt' --> Attribute
    DCAstPeriodNode
    DCAstOperationCallNode 'set()'
      DCAstIdentifierNode 'set'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'dataPort' --> Port
            DCAstPeriodNode
            DCAstIdentifierNode 'point' --> Message
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
DCAstMatchNode
  DCAstOtherNode 'double' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'dx'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'x' --> Attribute
    DCAstWhitespaceNode ' '
  DCAstOtherNode '-' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'other' --> VarDecl
    DCAstPeriodNode
    DCAstIdentifierNode 'x' --> Attribute
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode 'double' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'dy'
    DCAstWhitespaceNode ' '
  DCAstOtherNode '=' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'y' --> Attribute
    DCAstWhitespaceNode ' '
  DCAstOtherNode '-' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'other' --> VarDecl
    DCAstPeriodNode
    DCAstIdentifierNode 'y' --> Attribute
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstOtherNode 'return' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'Math'
    DCAstPeriodNode
    DCAstOperationCallNode 'sqrt()'
      DCAstIdentifierNode 'sqrt'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'dx'
          DCAstOtherNode '*' OTHER
          DCAstFeatureCallNode
            DCAstIdentifierNode 'dx'
            DCAstWhitespaceNode ' '
          DCAstOtherNode '+' OTHER
          DCAstOtherNode ' ' WHITESPACE
          DCAstFeatureCallNode
            DCAstIdentifierNode 'dy'
          DCAstOtherNode '*' OTHER
          DCAstFeatureCallNode
            DCAstIdentifierNode 'dy'
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '

' WHITESPACE
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'replPrt[]' --> Port
      DCAstIdentifierNode 'replPrt'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '0' NUMBER
    DCAstPeriodNode
    DCAstOperationCallNode 'start()' --> Message
      DCAstIdentifierNode 'start'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'replPrt' --> Port
    DCAstPeriodNode
    DCAstOperationCallNode 'start()' --> Message
      DCAstIdentifierNode 'start'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
  DCAstFeatureCallNode
    DCAstArrayAccessNode 'prt[]'
      DCAstIdentifierNode 'prt'
      DCAstBracketNode []
        DCAstMatchNode
          DCAstOtherNode '0' NUMBER
    DCAstPeriodNode
    DCAstOperationCallNode 'start()'
      DCAstIdentifierNode 'start'
      DCAstBracketNode ()
        DCAstMatchNode
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '

' WHITESPACE
DCAstMatchNode
  DCAstOtherNode 'return' KEYWORD
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'c' --> Attribute
    DCAstPeriodNode
    DCAstOperationCallNode 'distance()' --> StandardOperation
      DCAstIdentifierNode 'distance'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'other' --> VarDecl
    DCAstWhitespaceNode ' '
  DCAstOtherNode '<' OTHER
  DCAstOtherNode ' ' WHITESPACE
  DCAstFeatureCallNode
    DCAstIdentifierNode 'r' --> Attribute
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '

' WHITESPACE
DCAstMatchNode
  DCAstFeatureCallNode
    DCAstIdentifierNode 'transitionData' --> MessageData
    DCAstPeriodNode
    DCAstOperationCallNode 'west()' --> StandardOperation
      DCAstIdentifierNode 'west'
      DCAstBracketNode ()
        DCAstMatchNode
    DCAstPeriodNode
    DCAstOperationCallNode 'distance()' --> StandardOperation
      DCAstIdentifierNode 'distance'
      DCAstBracketNode ()
        DCAstMatchNode
          DCAstFeatureCallNode
            DCAstIdentifierNode 'transitionData' --> MessageData
            DCAstPeriodNode
            DCAstIdentifierNode 'c' --> Attribute
  DCAstOtherNode ';' STATEMENT_SEP
  DCAstOtherNode '
' WHITESPACE
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 s - in org.eclipse.etrice.dctools.tests.TestDCLinker
testActorClassAttributes(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.068 s
testPortMessage(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.025 s
testDataPortGetterAndAttributeSetter(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.019 s
testDataClassOperationWithAttributesAndVarDecl(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.014 s
testReplPortMessage(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.045 s
testDataClassOperationWithOperationCall(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.013 s
testTransitionData(org.eclipse.etrice.dctools.tests.TestDCLinker)  Time elapsed: 0.013 s

Results:

Tests run: 64, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.dctools.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.dctools.tests/target/org.eclipse.etrice.dctools.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ----< org.eclipse.etrice:org.eclipse.etrice.etunit.converter.tests >----
[INFO] Building [test-bundle] etUnit Converter Tests 5.0.2-SNAPSHOT     [63/73]
[INFO]   from tests/org.eclipse.etrice.etunit.converter.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.etunit.converter.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.etunit.converter.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.etunit.converter.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.etunit.converter.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/org.eclipse.etrice.etunit.converter.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/surefire.properties]
Running org.eclipse.etrice.etunit.converter.ConverterTest
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/only_combined.xml
Error: etUnit report is empty - no etunit file
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/combined.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/report1.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/report2.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/report1.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/reports/report5.xml
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.359 s - in org.eclipse.etrice.etunit.converter.ConverterTest
testOnlyCombine(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.305 s
testEmptyFile(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.001 s
testInMemory(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.008 s
testCombine(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.002 s
testDoubleConversion(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.003 s
testConversion(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.002 s
testChangeSuiteName(org.eclipse.etrice.etunit.converter.ConverterTest)  Time elapsed: 0.001 s

Results:

Tests run: 7, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.etunit.converter.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.etunit.converter.tests/target/org.eclipse.etrice.etunit.converter.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.etrice:org.eclipse.etrice.generator.tests >--------
[INFO] Building [test-bundle] eTrice Generator Model Tests 5.0.2-SNAPSHOT [64/73]
[INFO]   from tests/org.eclipse.etrice.generator.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.generator.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.generator.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.generator.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.generator.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.generator.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.generator.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/org.eclipse.etrice.generator.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.generator.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.generator.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/surefire.properties]
Running org.eclipse.etrice.generator.base.TestGenFileTreeBuilder
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 s - in org.eclipse.etrice.generator.base.TestGenFileTreeBuilder
testWithFilter(org.eclipse.etrice.generator.base.TestGenFileTreeBuilder)  Time elapsed: 0.022 s
testWithoutFilter(org.eclipse.etrice.generator.base.TestGenFileTreeBuilder)  Time elapsed: 0.001 s
Running org.eclipse.etrice.generator.base.TestDetailCodeTranslator
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.231 s - in org.eclipse.etrice.generator.base.TestDetailCodeTranslator
testAttributeGetter(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.168 s
testPortMsgData(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testEnums(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testAttributeSetter(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testTags(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testOperationWrongNArg(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.002 s
testPortMsg(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testOperation0(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testOperation1(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testOperation2(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testOperation3(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testOperation4(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testPortMsgValue(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testIndexedPortMsgComplex(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testPortMsgDataFloat(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testPortMsgComments(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.002 s
testMultiComment(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testPortMsgValueInGuard(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testCommentBug(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.002 s
testOperation1_bug551083(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testSingleComment(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testAttributeIndexedGetter(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testPortMsgValueNoReplace(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testAttributeIndexedSetterRecursive(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testPortMsgDataComment(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testPortMsgDataComplex(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testAttributeIndexedSetter(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testLargeFile(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.033 s
testPortMsgDataRecursive(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s
testIndexedPortMsg(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0.001 s
testPortNonExMsg(org.eclipse.etrice.generator.base.TestDetailCodeTranslator)  Time elapsed: 0 s

Results:

Tests run: 33, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.generator.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.tests/target/org.eclipse.etrice.generator.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.ui.base.tests >---------
[INFO] Building [test-bundle] eTrice Diagram Test Base Classes 5.0.2-SNAPSHOT [65/73]
[INFO]   from tests/org.eclipse.etrice.ui.base.tests/.polyglot.META-INF
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.base.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.base.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.base.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.base.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.base.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.base.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/org.eclipse.etrice.ui.base.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.base.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.ui.base.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/surefire.properties]

Results:

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[WARNING] No tests found.
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.base.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.base.tests/target/org.eclipse.etrice.ui.base.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.ui.behavior.tests >-------
[INFO] Building org.eclipse.etrice.ui.behavior.tests 5.0.2-SNAPSHOT     [66/73]
[INFO]   from tests/org.eclipse.etrice.ui.behavior.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.behavior.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.behavior.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.behavior.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/src/main/java is empty. Can't process.
[INFO] Installing Xtend files into 28 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.behavior.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/org.eclipse.etrice.ui.behavior.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/surefire.properties]
Running org.eclipse.etrice.ui.behavior.commands.TestFlatStateMachine
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.parser.antlr.AbstractInternalAntlrParser).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
ifState ancestor level 0
ifState placed by state1 in slot 0
cp0 ancestor level 0
cp0 placed by state1 in slot 1
elseState ancestor level 0
elseState placed by cp0 in slot 0
cp0 ancestor level 0
cp0 placed by state1 in slot 0
ifState ancestor level 0
ifState placed by state1 in slot 1
elseState ancestor level 0
elseState placed by cp0 in slot 0
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.13 s - in org.eclipse.etrice.ui.behavior.commands.TestFlatStateMachine
testActorClass(org.eclipse.etrice.ui.behavior.commands.TestFlatStateMachine)  Time elapsed: 1.018 s
checkModel(org.eclipse.etrice.ui.behavior.commands.TestFlatStateMachine)  Time elapsed: 0.011 s
testSGItems(org.eclipse.etrice.ui.behavior.commands.TestFlatStateMachine)  Time elapsed: 0.063 s
Running org.eclipse.etrice.ui.behavior.commands.TestStateWithSelfTrAndEntryPointTr
s2 ancestor level 0
s2 placed by s1 in slot 0
s2 ancestor level 0
s2 placed by s1 in slot 0
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 s - in org.eclipse.etrice.ui.behavior.commands.TestStateWithSelfTrAndEntryPointTr
testActorClass(org.eclipse.etrice.ui.behavior.commands.TestStateWithSelfTrAndEntryPointTr)  Time elapsed: 0.03 s
checkModel(org.eclipse.etrice.ui.behavior.commands.TestStateWithSelfTrAndEntryPointTr)  Time elapsed: 0.008 s
testSGItems(org.eclipse.etrice.ui.behavior.commands.TestStateWithSelfTrAndEntryPointTr)  Time elapsed: 0.056 s
Running org.eclipse.etrice.ui.behavior.commands.TestHierarchicalStateMachine
ifState ancestor level 0
ifState placed by state1 in slot 0
cp0 ancestor level 0
cp0 placed by state1 in slot 1
elseState ancestor level 0
elseState placed by cp0 in slot 0
second ancestor level 0
second placed by first in slot 0
leave ancestor level 0
leave placed by second in slot 0
ifState ancestor level 0
ifState placed by state1 in slot 0
cp0 ancestor level 0
cp0 placed by state1 in slot 1
elseState ancestor level 0
elseState placed by cp0 in slot 0
second ancestor level 0
second placed by first in slot 0
leave ancestor level 0
leave placed by second in slot 0
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.142 s - in org.eclipse.etrice.ui.behavior.commands.TestHierarchicalStateMachine
testActorClass(org.eclipse.etrice.ui.behavior.commands.TestHierarchicalStateMachine)  Time elapsed: 0.042 s
checkModel(org.eclipse.etrice.ui.behavior.commands.TestHierarchicalStateMachine)  Time elapsed: 0.039 s
testSGItems(org.eclipse.etrice.ui.behavior.commands.TestHierarchicalStateMachine)  Time elapsed: 0.06 s
Running org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine
cp0 ancestor level 1
cp0 placed by b0 in slot 0
b1 ancestor level 0
b1 placed by cp0 in slot 0
b2 ancestor level 0
b2 placed by cp0 in slot 1
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.337 s - in org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine
testBaseClass(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.03 s
checkModel(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.007 s
testDerivedClass(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.094 s
testDoubleDerivedClass(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.137 s
testBase2Class(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.047 s
testDerived2Class(org.eclipse.etrice.ui.behavior.commands.TestInheritedStateMachine)  Time elapsed: 0.021 s
Running org.eclipse.etrice.ui.behavior.commands.TestFSMGenModel
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.281 s - in org.eclipse.etrice.ui.behavior.commands.TestFSMGenModel
testBaseClass(org.eclipse.etrice.ui.behavior.commands.TestFSMGenModel)  Time elapsed: 0.096 s
testDerivedClass(org.eclipse.etrice.ui.behavior.commands.TestFSMGenModel)  Time elapsed: 0.086 s
testDoubleDerivedClass(org.eclipse.etrice.ui.behavior.commands.TestFSMGenModel)  Time elapsed: 0.098 s
Running org.eclipse.etrice.ui.behavior.editor.TestBehaviorExporter
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.994 s - in org.eclipse.etrice.ui.behavior.editor.TestBehaviorExporter
testExportDiffNamespace(org.eclipse.etrice.ui.behavior.editor.TestBehaviorExporter)  Time elapsed: 1.618 s
testExport(org.eclipse.etrice.ui.behavior.editor.TestBehaviorExporter)  Time elapsed: 0.375 s
Running org.eclipse.etrice.ui.launch.TestGeneratorLaunchHelper
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.402 s - in org.eclipse.etrice.ui.launch.TestGeneratorLaunchHelper
projectURI(org.eclipse.etrice.ui.launch.TestGeneratorLaunchHelper)  Time elapsed: 0.358 s
notExisting(org.eclipse.etrice.ui.launch.TestGeneratorLaunchHelper)  Time elapsed: 0.005 s
projectModelpath(org.eclipse.etrice.ui.launch.TestGeneratorLaunchHelper)  Time elapsed: 0.01 s

Results:

Tests run: 23, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.behavior.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.behavior.tests/target/org.eclipse.etrice.ui.behavior.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.etrice:org.eclipse.etrice.ui.structure.tests >------
[INFO] Building org.eclipse.etrice.ui.structure.tests 5.0.2-SNAPSHOT    [67/73]
[INFO]   from tests/org.eclipse.etrice.ui.structure.tests/pom.xml
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.ui.structure.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:2.3.0:compile (default-compile) @ org.eclipse.etrice.ui.structure.tests ---
[WARNING] Parameter 'useProjectSettings' is set to true, but preferences file '/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/.settings/org.eclipse.jdt.core.prefs' could not be found!
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/classes
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.ui.structure.tests ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/classes
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.etrice.ui.structure.tests ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-plugin (default-package-plugin) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/org.eclipse.etrice.ui.structure.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] 
[INFO] --- tycho-surefire:2.3.0:test (default-test) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.100.v20201223-0822/org.eclipse.equinox.launcher-1.6.100.v20201223-0822.jar, -data, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/work/data, -install, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/work, -configuration, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/surefire.properties]
Running org.eclipse.etrice.ui.structure.commands.TestActorClassWithReferences
log4j:WARN No appenders could be found for logger (org.eclipse.xtext.ui.internal.Activator).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.692 s - in org.eclipse.etrice.ui.structure.commands.TestActorClassWithReferences
checkReferences(org.eclipse.etrice.ui.structure.commands.TestActorClassWithReferences)  Time elapsed: 1.671 s
Running org.eclipse.etrice.ui.structure.commands.TestActorClassWithBindings
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 s - in org.eclipse.etrice.ui.structure.commands.TestActorClassWithBindings
checkReferences(org.eclipse.etrice.ui.structure.commands.TestActorClassWithBindings)  Time elapsed: 0.095 s
checkBindings(org.eclipse.etrice.ui.structure.commands.TestActorClassWithBindings)  Time elapsed: 0.085 s
Running org.eclipse.etrice.ui.structure.commands.TestActorClassWithPorts
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 s - in org.eclipse.etrice.ui.structure.commands.TestActorClassWithPorts
checkPorts(org.eclipse.etrice.ui.structure.commands.TestActorClassWithPorts)  Time elapsed: 0.014 s
testActorClass(org.eclipse.etrice.ui.structure.commands.TestActorClassWithPorts)  Time elapsed: 0.013 s
checkModel(org.eclipse.etrice.ui.structure.commands.TestActorClassWithPorts)  Time elapsed: 0.004 s
Running org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritance
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.311 s - in org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritance
checkReferences(org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritance)  Time elapsed: 0.181 s
checkBindings(org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritance)  Time elapsed: 0.13 s
Running org.eclipse.etrice.ui.structure.commands.TestActorClass
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.etrice.ui.structure.commands.TestActorClass
testActorClass(org.eclipse.etrice.ui.structure.commands.TestActorClass)  Time elapsed: 0.006 s
checkModel(org.eclipse.etrice.ui.structure.commands.TestActorClass)  Time elapsed: 0.002 s
Running org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritanceInteraction
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.324 s - in org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritanceInteraction
checkInheritedElementPositions(org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritanceInteraction)  Time elapsed: 0.122 s
checkInheritedElementsFixed(org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritanceInteraction)  Time elapsed: 0.101 s
checkInheritedPositionsAfterResize(org.eclipse.etrice.ui.structure.commands.TestActorClassWithInheritanceInteraction)  Time elapsed: 0.101 s
Running org.eclipse.etrice.ui.structure.editor.TestStructureExporter
Tests run: 1, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0 s - in org.eclipse.etrice.ui.structure.editor.TestStructureExporter
org.eclipse.etrice.ui.structure.editor.TestStructureExporter skipped

Results:

Tests run: 14, Failures: 0, Errors: 0, Skipped: 1

[INFO] All tests passed!
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.ui.structure.tests ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.ui.structure.tests/target/org.eclipse.etrice.ui.structure.tests-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.etrice:org.eclipse.etrice.cdt_integration.feature >----
[INFO] Building [feature] eTrice CDT Integration Feature 5.0.2-SNAPSHOT [68/73]
[INFO]   from features/org.eclipse.etrice.cdt-integration.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.cdt_integration.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/target/classes
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-feature (default-package-feature) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] Fetching org.eclipse.license_2.0.2.v20181016-2210.jar from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/features/ (13.05kB)
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/target/org.eclipse.etrice.cdt_integration.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- tycho-p2:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.cdt_integration.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.cdt-integration.feature/target/org.eclipse.etrice.cdt_integration.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -----------< org.eclipse.etrice:org.eclipse.etrice.feature >------------
[INFO] Building [feature] eTrice  5.0.2-SNAPSHOT                        [69/73]
[INFO]   from features/org.eclipse.etrice.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.etrice.feature ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/target/classes
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-feature (default-package-feature) @ org.eclipse.etrice.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/target/org.eclipse.etrice.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- tycho-p2:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.etrice.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.feature/target/org.eclipse.etrice.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.etrice:org.eclipse.etrice.fsm.feature >----------
[INFO] Building [feature] eTrice.FSM Feature 5.0.2-SNAPSHOT             [70/73]
[INFO]   from features/org.eclipse.etrice.fsm.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.etrice.fsm.feature ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.fsm.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.fsm.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/target/classes
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-feature (default-package-feature) @ org.eclipse.etrice.fsm.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/target/org.eclipse.etrice.fsm.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- tycho-p2:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.etrice.fsm.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.fsm.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.fsm.feature/target/org.eclipse.etrice.fsm.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.etrice:org.eclipse.etrice.tests.feature >---------
[INFO] Building [feature] eTrice Tests 5.0.2-SNAPSHOT                   [71/73]
[INFO]   from features/org.eclipse.etrice.tests.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.etrice.tests.feature ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-id (default-validate-id) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:validate-version (default-validate-version) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.tests.feature ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.tests.feature ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/target/classes
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:package-feature (default-package-feature) @ org.eclipse.etrice.tests.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/target/org.eclipse.etrice.tests.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:2.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- tycho-p2:2.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.etrice.tests.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.tests.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/features/org.eclipse.etrice.tests.feature/target/org.eclipse.etrice.tests.feature-5.0.2-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.etrice:org.eclipse.etrice.site >-------------
[INFO] Building org.eclipse.etrice.site 5.0.2-SNAPSHOT                  [72/73]
[INFO]   from releng/org.eclipse.etrice.site/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice.site ---
[INFO] 
[INFO] --- tycho-packaging:2.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.etrice.site ---
[INFO] The project's OSGi version is 5.0.2.N202311220941
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.etrice.site ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice.site ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/src/main/java]' does not exist.
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.etrice.site ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/src/main/resources
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice.site ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/target/classes
[INFO] 
[INFO] --- target-platform-configuration:2.3.0:target-platform (default-target-platform) @ org.eclipse.etrice.site ---
[INFO] 
[INFO] --- tycho-p2-publisher:2.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [config.a.jre.javase 11.0.0, a.jre.javase 11.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 15.0.0, a.jre.javase 15.0.0]
[INFO] Published profile IUs: [config.a.jre.javase 16.0.0, a.jre.javase 16.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:2.3.0:publish-products (default-publish-products) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.3.0:publish-categories (default-publish-categories) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:2.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:2.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Fetching org.apache.ant_1.10.12.v20211102-1452.jar from https://download.eclipse.org/tools/orbit/downloads/drops/R20230531010532/repository/plugins/ (2.96MB)
[INFO] Fetching org.apache.commons.lang_2.6.0.v201404270220.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (114.11kB)
[INFO] Fetching org.eclipse.ant.core_3.5.800.v20200608-1251.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (71.46kB)
[INFO] Fetching org.eclipse.ant.launching_1.2.1000.v20200610-1458.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (102.05kB)
[INFO] Fetching org.eclipse.core.externaltools_1.1.800.v20201105-0600.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (20.85kB)
[INFO] Fetching org.eclipse.ant.ui_3.7.1200.v20210206-1820.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (475.35kB)
[INFO] Fetching org.eclipse.ui.externaltools_3.4.900.v20201105-0600.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.62kB)
[INFO] Fetching org.eclipse.jdt.junit_3.11.1100.v20210203-1102.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (232.08kB)
[INFO] Fetching org.eclipse.cdt_10.2.0.202012191711.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.3kB)
[INFO] Fetching org.eclipse.ui.intro_3.6.100.v20210119-2223.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (142.08kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.7.200.v20210121-1039.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (150.08kB)
[INFO] Fetching org.eclipse.cdt.build.gcc.core_1.1.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (20.19kB)
[INFO] Fetching org.eclipse.cdt.build.gcc.ui_1.1.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.02kB)
[INFO] Fetching org.eclipse.cdt.ui_7.1.100.202101112014.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.92MB)
[INFO] Fetching org.eclipse.cdt.codan.checkers_3.4.100.202010121414.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (52.99kB)
[INFO] Fetching org.eclipse.cdt.codan.core_4.1.100.202010121414.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (54.16kB)
[INFO] Fetching org.eclipse.cdt.codan.core.cxx_3.5.100.202011201553.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (30.45kB)
[INFO] Fetching org.eclipse.cdt.codan.checkers.ui_3.3.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.12kB)
[INFO] Fetching org.eclipse.cdt.codan.ui.cxx_3.6.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.35kB)
[INFO] Fetching org.eclipse.cdt.codan.ui_3.4.100.202011201553.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (51.92kB)
[INFO] Fetching org.eclipse.cdt.core.linux_6.0.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.96kB)
[INFO] Fetching org.eclipse.cdt.core.linux.x86_64_6.0.100.202011041837.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (18.3kB)
[INFO] Fetching org.eclipse.cdt.debug.core_8.6.0.202011181638.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (106.37kB)
[INFO] Fetching org.eclipse.launchbar.core_2.4.100.202010121414.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (31.78kB)
[INFO] Fetching org.eclipse.cdt.debug.ui_8.4.100.202011181638.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (331.83kB)
[INFO] Fetching org.eclipse.launchbar.ui_2.4.100.202012041937.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (35.59kB)
[INFO] Fetching org.eclipse.cdt.doc.user_5.4.700.202012191711.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.52MB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.4.100.v20210108-1131.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.83MB)
[INFO] Fetching org.eclipse.cdt.dsf_2.10.100.202012191801.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (96.73kB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb_6.2.0.202102231601.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (424.79kB)
[INFO] Fetching org.eclipse.cdt.launch_10.2.100.202012191801.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (73.3kB)
[INFO] Fetching org.eclipse.cdt.gdb_7.1.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.63kB)
[INFO] Fetching org.eclipse.cdt.native.serial_1.2.100.202011111956.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (130.5kB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.7.100.202011181638.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (244.17kB)
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.6.100.202011291939.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (355.38kB)
[INFO] Fetching org.eclipse.tm.terminal.control_5.1.0.202103012351.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (76.59kB)
[INFO] Fetching org.eclipse.cdt_10.2.0.202103011047.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (19.22kB)
[INFO] Fetching org.eclipse.cdt_root_10.2.0.202103011047 from http://download.eclipse.org/releases/2021-03/202103171000/binary/ (3.25kB)
[INFO] Fetching org.eclipse.cdt.flatpak.launcher_1.0.100.202101160252.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (21.56kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.ui_9.3.0.202012011707.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (173.69kB)
[INFO] Fetching org.eclipse.cdt.gdb.ui_7.1.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (8.29kB)
[INFO] Fetching org.eclipse.cdt.gdb_10.2.0.202012191711.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.86kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.4.0.202008310002.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (32.7kB)
[INFO] Fetching org.eclipse.cdt.gnu.build_10.2.0.202012191711.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.94kB)
[INFO] Fetching org.eclipse.cdt.gnu.debug_10.2.0.202012191801.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.89kB)
[INFO] Fetching org.eclipse.cdt.gnu.dsf_10.2.0.202102231601.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.93kB)
[INFO] Fetching org.eclipse.cdt.make.ui_8.0.100.202011181841.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (168.04kB)
[INFO] Fetching org.eclipse.tools.templates.ui_1.2.100.202010121414.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (17.45kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.headlessbuilderapp_1.0.0.202103010740.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.75kB)
[INFO] Fetching org.eclipse.cdt.native_10.2.0.202102030214.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (19.15kB)
[INFO] Fetching org.eclipse.cdt.platform.branding_10.2.0.202103010740.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.31kB)
[INFO] Fetching org.eclipse.cdt.platform_10.2.0.202103011047.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (19.38kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.400.v20200319-1546.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (34.56kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.600.v20200721-1308.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.18kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.64kB)
[INFO] Fetching org.antlr.runtime_3.2.0.v201101311130.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (103.07kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (144.31kB)
[INFO] Fetching org.eclipse.jdt.junit.runtime_3.5.500.v20210112-0706.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.62kB)
[INFO] Fetching org.eclipse.jdt.junit.core_3.10.1000.v20210112-0706.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (65.62kB)
[INFO] Fetching org.eclipse.ui.intro.quicklinks_1.1.0.v20200724-0708.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.99kB)
[INFO] Fetching org.eclipse.xtext.buildship_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.55kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.41kB)
[INFO] Fetching org.eclipse.xtext.ecore_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (15.91kB)
[INFO] Fetching org.eclipse.xtext.logging_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.34kB)
[INFO] Fetching org.eclipse.xtext.m2e_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.xtext.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.41MB)
[INFO] Fetching org.eclipse.xtext.util.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (138.51kB)
[INFO] Fetching org.eclipse.xtext.logging.source_1.2.15.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (10.04kB)
[INFO] Fetching org.eclipse.xtext.common.types.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (359.06kB)
[INFO] Fetching org.eclipse.xtext.builder.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (203.05kB)
[INFO] Fetching org.eclipse.xtext.ecore.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (13.03kB)
[INFO] Fetching org.eclipse.xtext.smap.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.79kB)
[INFO] Fetching org.eclipse.xtext.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.01MB)
[INFO] Fetching org.eclipse.xtext.ui.codemining_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (19.42kB)
[INFO] Fetching org.eclipse.xtext.ui.codemining.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.43kB)
[INFO] Fetching org.eclipse.xtext.common.types.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (136.19kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (14.51kB)
[INFO] Fetching org.eclipse.xtext.common.types.shared.jdt38.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (12.3kB)
[INFO] Fetching org.eclipse.xtext.ui.shared.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (28.38kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (125.35kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ide.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (88.92kB)
[INFO] Fetching org.eclipse.xtext.ui.codetemplates.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (84.41kB)
[INFO] Fetching org.eclipse.xtext.common.types.edit.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (97.07kB)
[INFO] Fetching org.eclipse.xtend.lib.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (115.28kB)
[INFO] Fetching org.eclipse.xtend.lib.macro.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (88.66kB)
[INFO] Fetching org.eclipse.xtext.ide.source_2.25.0.v20210301-0843.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (275.54kB)
[INFO] Fetching org.eclipse.xtext.m2e.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (16.06kB)
[INFO] Fetching org.eclipse.xtext.buildship.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (11.57kB)
[INFO] Fetching org.eclipse.xtext.redist_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (19.51kB)
[INFO] Fetching org.eclipse.xtext.xbase.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (1.82MB)
[INFO] Fetching org.eclipse.xtext.xbase.ui.source_2.25.0.v20210301-0928.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (276.68kB)
[INFO] Fetching org.eclipse.xtext.xbase.ide.source_2.25.0.v20210301-0909.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (393.78kB)
[INFO] Fetching org.eclipse.xtext.xbase_2.25.0.v20210301-1429.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.73kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib.source_2.25.0.v20210301-0821.jar from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (101.75kB)
[INFO] Fetching org.eclipse.xtext.xbase.lib_2.25.0.v20210301-0822.jar from http://download.eclipse.org/releases/2021-03/202103171000/features/ (18.66kB)
[INFO] Fetching org.eclipse.cdt.core.win32_6.0.200.202102030214.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (9.79kB)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_64_6.0.100.202011060124.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (616.67kB)
[INFO] Fetching org.eclipse.cdt.core.macosx_6.0.100.202011041837.jar.pack.gz from http://download.eclipse.org/releases/2021-03/202103171000/plugins/ (25.55kB)
[INFO] 
[INFO] --- tycho-p2-repository:2.3.0:archive-repository (default-archive-repository) @ org.eclipse.etrice.site ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/releng/org.eclipse.etrice.site/target/org.eclipse.etrice.site-5.0.2.N202311220941.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice.site ---
[INFO] 
[INFO] ---------------< org.eclipse.etrice:org.eclipse.etrice >----------------
[INFO] Building org.eclipse.etrice 5.0.2-SNAPSHOT                       [73/73]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.etrice ---
[INFO] 
[INFO] --- xtend:2.25.0:compile (default) @ org.eclipse.etrice ---
[INFO] skip compiling sources because the configured directory '[/home/jenkins/agent/workspace/etrice-gitlab_MR-66/src/main/java]' does not exist.
[INFO] 
[INFO] --- xtend:2.25.0:xtend-install-debug-info (default) @ org.eclipse.etrice ---
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/src/main/java is empty. Can't process.
[WARNING] Directory /home/jenkins/agent/workspace/etrice-gitlab_MR-66/xtend-gen is empty. Can't process.
[INFO] Installing Xtend files into 0 class files as primary debug sources in: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/target/classes
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.etrice ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for org.eclipse.etrice 5.0.2-SNAPSHOT:
[INFO] 
[INFO] [bundle] Base Generator ............................ SUCCESS [ 13.144 s]
[INFO] [bundle] Common eTrice Grammar Fragment and Utility Classes SUCCESS [  5.125 s]
[INFO] [bundle] FSM DSL ................................... SUCCESS [  3.941 s]
[INFO] [bundle] Fine State Machine Generator Model ........ SUCCESS [  2.789 s]
[INFO] [bundle] Generator for Finite State Machines ....... SUCCESS [  2.166 s]
[INFO] [bundle] Abstract Execution for State Machines ..... SUCCESS [  1.903 s]
[INFO] [bundle] org.eclipse.etrice.core.common.ide ........ SUCCESS [  1.625 s]
[INFO] [bundle] Common eTrice DSL UI classes .............. SUCCESS [  2.765 s]
[INFO] [bundle] ROOM DSL .................................. SUCCESS [  5.255 s]
[INFO] [bundle] eTrice Config DSL ......................... SUCCESS [  2.355 s]
[INFO] [bundle] org.eclipse.etrice.core.config.ide ........ SUCCESS [  2.208 s]
[INFO] [bundle] org.eclipse.etrice.core.etphys ............ SUCCESS [  2.121 s]
[INFO] [bundle] eTriceGen Model ........................... SUCCESS [  2.318 s]
[INFO] [bundle] org.eclipse.etrice.core.etmap ............. SUCCESS [  2.165 s]
[INFO] [bundle] org.eclipse.etrice.core.fsm.ide ........... SUCCESS [  1.623 s]
[INFO] [bundle] FSM DSL UI ................................ SUCCESS [  2.095 s]
[INFO] [bundle] org.eclipse.etrice.core.room.ide .......... SUCCESS [  2.542 s]
[INFO] [bundle] eTrice Documentation ...................... SUCCESS [  1.495 s]
[INFO] [bundle] Common Base for UI ........................ SUCCESS [  2.921 s]
[INFO] [bundle] eTrice Generator Model .................... SUCCESS [  3.138 s]
[INFO] [bundle] eTrice Expressions UI ..................... SUCCESS [  2.933 s]
[INFO] [bundle] Abstract FSM Diagram Editor ............... SUCCESS [  4.881 s]
[INFO] [bundle] ROOM DSL UI ............................... SUCCESS [  2.888 s]
[INFO] [bundle] eTrice Config DSL UI ...................... SUCCESS [  1.546 s]
[INFO] [bundle] org.eclipse.etrice.core.etmap.ide ......... SUCCESS [  1.368 s]
[INFO] [bundle] org.eclipse.etrice.core.etmap.ui .......... SUCCESS [  2.158 s]
[INFO] [bundle] org.eclipse.etrice.core.etphys.ide ........ SUCCESS [  1.715 s]
[INFO] [bundle] org.eclipse.etrice.core.etphys.ui ......... SUCCESS [  1.319 s]
[INFO] [bundle] Detail Code Tools for FSM ................. SUCCESS [  2.135 s]
[INFO] [bundle] Detail Code Tools ......................... SUCCESS [  1.849 s]
[INFO] [bundle] etUnit File Converter ..................... SUCCESS [  1.498 s]
[INFO] [bundle] eTrice Generator Config ................... SUCCESS [  1.229 s]
[INFO] [bundle] eTrice C Generator ........................ SUCCESS [  3.919 s]
[INFO] [bundle] eTrice C++ Generator ...................... SUCCESS [  3.083 s]
[INFO] [bundle] eTrice Document Generator ................. SUCCESS [  1.640 s]
[INFO] [bundle] eTrice Java Generator ..................... SUCCESS [  3.485 s]
[INFO] [bundle] eTrice Contract Monitor Generator ......... SUCCESS [  1.297 s]
[INFO] [bundle] UI Common ................................. SUCCESS [  1.235 s]
[INFO] org.eclipse.etrice.ui.runtime ...................... SUCCESS [  1.973 s]
[INFO] [bundle] Generator UI .............................. SUCCESS [  2.008 s]
[INFO] [bundle] eTrice Generator Launch Base Classes ...... SUCCESS [  1.260 s]
[INFO] [bundle] eTrice C Generator Launcher ............... SUCCESS [  1.118 s]
[INFO] [bundle] eTrice Cpp Generator Launcher ............. SUCCESS [  1.533 s]
[INFO] [bundle] eTrice Java Generator Launcher ............ SUCCESS [  1.352 s]
[INFO] [bundle] eTrice Doc Generator Launcher ............. SUCCESS [  1.793 s]
[INFO] [bundle] eTrice Contract Monitor Generator Launcher  SUCCESS [  1.087 s]
[INFO] [bundle] CDT integration of eTrice ................. SUCCESS [  1.390 s]
[INFO] [bundle] eTrice Logging Fragment ................... SUCCESS [  1.332 s]
[INFO] [bundle] Actor Behavior Diagram Editor ............. SUCCESS [  1.490 s]
[INFO] [bundle] ROOM Action Code Editor ................... SUCCESS [  1.673 s]
[INFO] [bundle] eTrice Commands ........................... SUCCESS [  1.494 s]
[INFO] [bundle] Actor Structure Diagram Editor ............ SUCCESS [  2.538 s]
[INFO] [test-bundle] Abstract Execution for Behavior Tests  SUCCESS [  5.751 s]
[INFO] [test-bundle] Tests for common eTrice grammar fragments and classes SUCCESS [  7.057 s]
[INFO] [test-bundle] eTrice Config DSL Tests .............. SUCCESS [  5.445 s]
[INFO] [test-bundle] org.eclipse.etrice.core.etmap.tests .. SUCCESS [  5.192 s]
[INFO] [test-bundle] org.eclipse.etrice.core.etphys.tests . SUCCESS [  5.511 s]
[INFO] [test-bundle] FSM DSL Tests ........................ SUCCESS [  5.306 s]
[INFO] [test-bundle] Tests ................................ SUCCESS [  5.744 s]
[INFO] [test-bundle] eTrice Room Core Tests ............... SUCCESS [  8.131 s]
[INFO] [test-bundle] FSM GenModel Tests ................... SUCCESS [ 11.003 s]
[INFO] [test-bundle] Expressions UI Tests ................. SUCCESS [  9.474 s]
[INFO] [test-bundle] etUnit Converter Tests ............... SUCCESS [  4.285 s]
[INFO] [test-bundle] eTrice Generator Model Tests ......... SUCCESS [  5.366 s]
[INFO] [test-bundle] eTrice Diagram Test Base Classes ..... SUCCESS [  6.846 s]
[INFO] org.eclipse.etrice.ui.behavior.tests ............... SUCCESS [ 16.086 s]
[INFO] org.eclipse.etrice.ui.structure.tests .............. SUCCESS [ 11.601 s]
[INFO] [feature] eTrice CDT Integration Feature ........... SUCCESS [  2.277 s]
[INFO] [feature] eTrice  .................................. SUCCESS [  1.905 s]
[INFO] [feature] eTrice.FSM Feature ....................... SUCCESS [  1.225 s]
[INFO] [feature] eTrice Tests ............................. SUCCESS [  1.246 s]
[INFO] org.eclipse.etrice.site ............................ SUCCESS [ 23.081 s]
[INFO] org.eclipse.etrice ................................. SUCCESS [  0.002 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  06:30 min
[INFO] Finished at: 2023-11-22T09:47:36Z
[INFO] ------------------------------------------------------------------------

> Task :releng:org.eclipse.etrice.site:zipSite
> Task :releng:org.eclipse.etrice.releng:assembleArtifacts
> Task :releng:org.eclipse.etrice.releng:assemble
> Task :releng:org.eclipse.etrice.releng:check UP-TO-DATE
> Task :releng:org.eclipse.etrice.releng:build
> Task :releng:org.eclipse.etrice.site:assemble
> Task :releng:org.eclipse.etrice.site:check UP-TO-DATE
> Task :releng:org.eclipse.etrice.site:build
> Task :runtime:org.eclipse.etrice.modellib.c:zipModel
> Task :runtime:org.eclipse.etrice.modellib.c:zipSource
> Task :runtime:org.eclipse.etrice.modellib.c:assemble
> Task :runtime:org.eclipse.etrice.modellib.c:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.c:generate
> Task :runtime:org.eclipse.etrice.modellib.c:syncGenDir
> Task :runtime:org.eclipse.etrice.modellib.c:zipModellib
> Task :runtime:org.eclipse.etrice.modellib.c:build
> Task :runtime:org.eclipse.etrice.modellib.cpp:zipModel
> Task :runtime:org.eclipse.etrice.modellib.cpp:assemble
> Task :runtime:org.eclipse.etrice.modellib.cpp:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.cpp:build
> Task :runtime:org.eclipse.etrice.modellib.java:processResources
> Task :runtime:org.eclipse.etrice.modellib.java:classes
> Task :runtime:org.eclipse.etrice.modellib.java:jar
> Task :runtime:org.eclipse.etrice.modellib.java:zipModel
> Task :runtime:org.eclipse.etrice.modellib.java:assemble
> Task :runtime:org.eclipse.etrice.modellib.java:compileTestJava NO-SOURCE
> Task :runtime:org.eclipse.etrice.modellib.java:processTestResources NO-SOURCE
> Task :runtime:org.eclipse.etrice.modellib.java:testClasses UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:processResources NO-SOURCE
> Task :runtime:org.eclipse.etrice.runtime.java:classes
> Task :runtime:org.eclipse.etrice.runtime.java:jar
> Task :runtime:org.eclipse.etrice.modellib.java:test NO-SOURCE
> Task :runtime:org.eclipse.etrice.modellib.java:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:build
> Task :runtime:org.eclipse.etrice.runtime.c:zipSource
> Task :runtime:org.eclipse.etrice.runtime.c:assemble
> Task :runtime:org.eclipse.etrice.runtime.c:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:build
> Task :runtime:org.eclipse.etrice.runtime.cpp:assemble
> Task :runtime:org.eclipse.etrice.runtime.cpp:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.cpp:build
> Task :runtime:org.eclipse.etrice.runtime.java:assemble
> Task :runtime:org.eclipse.etrice.runtime.java:compileTestJava NO-SOURCE
> Task :runtime:org.eclipse.etrice.runtime.java:processTestResources NO-SOURCE
> Task :runtime:org.eclipse.etrice.runtime.java:testClasses UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:test NO-SOURCE
> Task :runtime:org.eclipse.etrice.runtime.java:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:build

> Task :tests:org.eclipse.etrice.generator.c.tests:generatePTimerTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:generateSendingDataTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:compilePTimerTestCExecutablePTimerTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:linkPTimerTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:pTimerTestCExecutable

> Task :tests:org.eclipse.etrice.generator.c.tests:generateStaticConfigTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:compileSendingDataTestCExecutableSendingDataTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:compileStaticConfigTestCExecutableStaticConfigTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:linkSendingDataTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:sendingDataTestCExecutable

> Task :tests:org.eclipse.etrice.generator.c.tests:generateStringMessageTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:linkStaticConfigTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:staticConfigTestCExecutable

> Task :tests:org.eclipse.etrice.generator.c.tests:generateTcpTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:compileStringMessageTestCExecutableStringMessageTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:compileTcpTestCExecutableTcpTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:linkStringMessageTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:stringMessageTestCExecutable

> Task :tests:org.eclipse.etrice.generator.c.tests:generateTimerServiceTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:linkTcpTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:tcpTestCExecutable

> Task :tests:org.eclipse.etrice.generator.c.tests:generateTraceTestC
[WARNING] WARNING:at least one thread has to be defined (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/model/traceTest/TraceTest.room line : 12 column : 2)
[WARNING] 1 warnings
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:compileTraceTestCExecutableTraceTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:compileTimerServiceTestCExecutableTimerServiceTestCC
> Task :tests:org.eclipse.etrice.generator.c.tests:linkTraceTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:traceTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:zipModel

> Task :tests:org.eclipse.etrice.generator.c.tests:runPTimerTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (PTimerTester) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertPTimerTestC NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.c.tests:pTimerTestC UP-TO-DATE

> Task :tests:org.eclipse.etrice.generator.c.tests:runSendingDataTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    ************* TEST START (SendingDataTest) **************
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertSendingDataTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/sendingDataTestC/log/SendingDataTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:sendingDataTestC

> Task :tests:org.eclipse.etrice.generator.c.tests:runStaticConfigTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_main_init
INFO:    ************* TEST START (StaticConfigTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_main_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_main_stop
INFO:    node_main_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertStaticConfigTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/staticConfigTestC/log/StaticConfigTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:staticConfigTestC

> Task :tests:org.eclipse.etrice.generator.c.tests:runStringMessageTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    ************* TEST START (StringMessageTest) **************
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertStringMessageTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/stringMessageTestC/log/StringMessageTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:stringMessageTestC

> Task :tests:org.eclipse.etrice.generator.c.tests:runTcpTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_main_init
3298: sockets: init
3298: sockets: init
3298: sockets: init
3298: sockets: init
3298: sockets: init
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    ************* TEST START (TcpTest) **************
Client Init!
Client Init!
Client Init!
INFO:    node_main_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3302: server: starting listener thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3304: server: listening
3304: server: accepting
3302: client: connecting
3302: client: connected
3302: client: starting read thread
3304: server: accepted new client, starting read thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3304: server: accepting
3302: client: connecting
3302: client: connected
3302: client: starting read thread
3304: server: accepted new client, starting read thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    tcptest: client 0 connected
INFO:    tcptest: client 1 connected
INFO:    tcptest: client 0 sending payload
3304: server: accepting
INFO:    tcptest: server received payload, sending response
INFO:    tcptest: client 0 received payload
INFO:    tcptest: client 0 sending payload
INFO:    tcptest: client 1 sending payload
INFO:    tcptest: server received payload, sending response
INFO:    tcptest: client 1 received payload
INFO:    tcptest: client 0 disconnected
INFO:    tcptest: client 1 disconnected
3302: server: close all connections
3307: connection thread: socket lost, exiting
3302: server: stop
3311: connection thread: socket lost, exiting
INFO:    tcptest: server disconnected
3302: server: starting listener thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3314: server: listening
3314: server: accepting
3302: client: connecting
3302: client: connected
3302: client: starting read thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3314: server: accepted new client, starting read thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3314: server: accepting
3302: client: connecting
3302: client: connected
3302: client: starting read thread
3314: server: accepted new client, starting read thread
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
3314: server: accepting
3302: server: close all connections
3316: connection thread: socket lost, exiting
3302: server: stop
INFO:    Elapsed Time: 2 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    node_main_stop
INFO:    node_main_destroy
3298: sockets: clean-up
3298: sockets: clean-up
3298: sockets: clean-up
3298: sockets: clean-up
3298: sockets: clean-up
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertTcpTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/tcpTestC/log/TcpTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:tcpTestC

> Task :tests:org.eclipse.etrice.generator.c.tests:runTraceTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_SubSysClass_init
INFO:    ************* TEST START (TraceTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
0, 0, 1
0, 9, 1
3, 3, 1
3, 8, 0
INFO:    node_ref_SubSysClass_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
2, 4, 1
0, 4, 0
2, 9, 0
0, 11, 1
3, 3, 2
2, 6, 1
0, 6, 0
2, 11, 0
1, 10, 1
3, 3, 3
2, 5, 1
0, 5, 0
2, 6, 1
0, 6, 0
2, 10, 0
3, 3, 4
2, 11, 0
3, 3, finished
INFO:    node_ref_SubSysClass_stop
INFO:    node_ref_SubSysClass_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertTraceTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/traceTestC/log/TraceTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:traceTestC
> Task :tests:org.eclipse.etrice.generator.c.tests:traceTestCGenModel
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :tests:org.eclipse.etrice.generator.common.tests:generateActorCommunicationTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileActorCommunicationTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processActorCommunicationTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:generateActorCommunicationTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.c.tests:linkTimerServiceTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:timerServiceTestCExecutable
> Task :tests:org.eclipse.etrice.generator.c.tests:assemble

> Task :tests:org.eclipse.etrice.generator.c.tests:runTimerServiceTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_main_init
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    ************* TEST START (TimerServiceTest) **************
INFO:    node_main_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    PTimeTestControl setTime(0)
INFO:    sending startTimer request
INFO:    polling cycle 0 (timer service sees 0)
INFO:    PTimeTestControl setTime(300)
INFO:    polling cycle 1 (timer service sees 300)
INFO:    PTimeTestControl setTime(600)
INFO:    polling cycle 2 (timer service sees 600)
INFO:    timeout 1 (>600)
INFO:    PTimeTestControl setTime(900)
INFO:    polling cycle 3 (timer service sees 900)
INFO:    PTimeTestControl setTime(1200)
INFO:    polling cycle 4 (timer service sees 1200)
INFO:    timeout 2 (>1200)
INFO:    PTimeTestControl setTime(1500)
INFO:    polling cycle 5 (timer service sees 1500)
INFO:    testcase done
INFO:    PTimeTestControl setTime(1800)
INFO:    PTimeTestControl setTime(0)
INFO:    sending startTimer request
INFO:    polling cycle 0 (timer service sees 0)
INFO:    PTimeTestControl setTime(300)
ERROR:   ATimerService: late periodic timeout dropped and rescheduled!
INFO:    polling cycle 1 (timer service sees 300)
INFO:    timeout 1 (>300)
INFO:    PTimeTestControl setTime(600)
ERROR:   ATimerService: late periodic timeout dropped and rescheduled!
INFO:    polling cycle 2 (timer service sees 600)
INFO:    timeout 2 (>600)
INFO:    PTimeTestControl setTime(900)
ERROR:   ATimerService: late periodic timeout dropped and rescheduled!
INFO:    polling cycle 3 (timer service sees 900)
INFO:    testcase done
INFO:    PTimeTestControl setTime(1200)
INFO:    Elapsed Time: 100 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    node_main_stop
INFO:    node_main_destroy
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.c.tests:convertTimerServiceTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/log/timerServiceTestC/log/TimerServiceTest.xml

> Task :tests:org.eclipse.etrice.generator.c.tests:timerServiceTestC
> Task :tests:org.eclipse.etrice.generator.c.tests:check
> Task :tests:org.eclipse.etrice.generator.c.tests:build
> Task :tests:org.eclipse.etrice.generator.common.tests:generateActorCommunicationTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileActorCommunicationTestCExecutableActorCommunicationTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkActorCommunicationTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestCExecutableChoicePointTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkChoicePointTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestCppExecutableChoicePointTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkChoicePointTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestExtendedC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileActorCommunicationTestCppExecutableActorCommunicationTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkActorCommunicationTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestExtendedCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestExtendedCppExecutableChoicePointTestExtendedCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestExtendedCExecutableChoicePointTestExtendedCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkChoicePointTestExtendedCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateCompileTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:linkChoicePointTestExtendedCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateCompileTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileCompileTestCExecutableCompileTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkCompileTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateContractMonitor

> Task :tests:org.eclipse.etrice.generator.common.tests:generateContractMonitorTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileCompileTestCppExecutableCompileTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkCompileTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateDataDrivenTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileContractMonitorTestCExecutableContractMonitorTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:compileDataDrivenTestCExecutableDataDrivenTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkDataDrivenTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateDataDrivenTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkContractMonitorTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:contractMonitorTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateDetailExpressionTestC
[WARNING] WARNING:relay port "portNotVisible" is not connected (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/detailExpressionTest/DetailExpressionTest.room line : 36 column : 19)
[WARNING] 1 warnings
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileDetailExpressionTestCExecutableDetailExpressionTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkDetailExpressionTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:detailExpressionTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateEnumTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileDataDrivenTestCppExecutableDataDrivenTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileEnumTestCExecutableEnumTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkEnumTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:enumTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateHandlerTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:linkDataDrivenTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateHandlerTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileHandlerTestCExecutableHandlerTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkHandlerTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateNoInitialTransitionTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileHandlerTestCppExecutableHandlerTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileNoInitialTransitionTestCExecutableNoInitialTransitionTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkNoInitialTransitionTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generateNoInitialTransitionTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkHandlerTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateOperationInheritanceTestC
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 71 column : 3)
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 83 column : 3)
[WARNING] 2 warnings
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileOperationInheritanceTestCExecutableOperationInheritanceTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkOperationInheritanceTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateOperationInheritanceTestCpp
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 71 column : 3)
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 83 column : 3)
[WARNING] 2 warnings

> Task :tests:org.eclipse.etrice.generator.common.tests:compileNoInitialTransitionTestCppExecutableNoInitialTransitionTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compileOperationInheritanceTestCppExecutableOperationInheritanceTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkNoInitialTransitionTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadReplPortTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:linkOperationInheritanceTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadReplPortTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadReplPortTestCExecutablePingPongThreadReplPortTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkPingPongThreadReplPortTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadTestCExecutablePingPongThreadTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkPingPongThreadTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadReplPortTestCppExecutablePingPongThreadReplPortTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadTestCppExecutablePingPongThreadTestCppCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:linkPingPongThreadReplPortTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateSubSystemUserCodeTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:linkPingPongThreadTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestCppExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:generateVarargsTestC
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :tests:org.eclipse.etrice.generator.common.tests:compileVarargsTestCExecutableVarargsTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:compileSubSystemUserCodeTestCExecutableSubSystemUserCodeTestCC
> Task :tests:org.eclipse.etrice.generator.common.tests:linkVarargsTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:varargsTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:zipModel

> Task :tests:org.eclipse.etrice.generator.common.tests:runActorCommunicationTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (ActorCommunicationTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 4300 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertActorCommunicationTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/actorCommunicationTestC/log/ActorCommunicationTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runActorCommunicationTestCpp
INFO:    ************* TEST START (ActorCommunicationTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 4301 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 17930 and deallocations 17636
String creations 11247 and destructions 10951
Vector allocations 92 and deallocations 70
Vector creations 58 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertActorCommunicationTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/actorCommunicationTestCpp/log/ActorCommunicationTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestCpp

> Task :tests:org.eclipse.etrice.generator.common.tests:runActorCommunicationTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (ActorCommunicationTest) **************
Start time: 1700646493957
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_ActorCommunicationTest_Top/timing)::stop()
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646498165
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertActorCommunicationTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/actorCommunicationTestJava/log/ActorCommunicationTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:actorCommunicationTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (ChoicePointTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestC/log/ChoicePointTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestCpp
INFO:    ************* TEST START (ChoicePointTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 3419 and deallocations 3303
String creations 2338 and destructions 2222
Vector allocations 35 and deallocations 20
Vector creations 33 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestCpp/log/ChoicePointTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestCpp

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestExtendedC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (ChoicePointTestExtended) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestExtendedC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestExtendedC/log/ChoicePointTestExtended.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedC

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestExtendedCpp
INFO:    ************* TEST START (ChoicePointTestExtended) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 2 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 26303 and deallocations 25937
String creations 15431 and destructions 15065
Vector allocations 92 and deallocations 77
Vector creations 37 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestExtendedCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestExtendedCpp/log/ChoicePointTestExtended.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestExtendedJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestExtendedJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processChoicePointTestExtendedJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestExtendedJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (ChoicePointTestExtended) **************
Start time: 1700646500545
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646500557
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestExtendedJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestExtendedJava/log/ChoicePointTestExtended.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestExtendedJava
> Task :tests:org.eclipse.etrice.generator.common.tests:generateChoicePointTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileChoicePointTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processChoicePointTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runChoicePointTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (ChoicePointTest) **************
Start time: 1700646501182
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646501187
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertChoicePointTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/choicePointTestJava/log/ChoicePointTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:choicePointTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runCompileTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (CompileTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertCompileTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/compileTestC/log/CompileTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runCompileTestCpp
INFO:    ************* TEST START (CompileTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 21377 and deallocations 20932
String creations 13514 and destructions 13069
Vector allocations 155 and deallocations 120
Vector creations 109 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertCompileTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/compileTestCpp/log/CompileTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generateCompileTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileCompileTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processCompileTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runCompileTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (CompileTest) **************
Start time: 1700646503036
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646503042
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertCompileTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/compileTestJava/log/CompileTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:compileTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runContractMonitorTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (ContractMonitorTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertContractMonitorTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/contractMonitorTestC/log/ContractMonitorTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:contractMonitorTestC
> Task :tests:org.eclipse.etrice.generator.common.tests:generateContractMonitorTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileContractMonitorTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processContractMonitorTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:contractMonitorTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runContractMonitorTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (ContractMonitorTest) **************
Start time: 1700646504593
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_ContractMonitor_Top/timing)::stop()
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646504632
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertContractMonitorTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/contractMonitorTestJava/log/ContractMonitorTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:contractMonitorTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runDataDrivenTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (DataDrivenTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 2801 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertDataDrivenTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/dataDrivenTestC/log/DataDrivenTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runDataDrivenTestCpp
INFO:    ************* TEST START (DataDrivenTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 2801 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 6872 and deallocations 6702
String creations 4547 and destructions 4377
Vector allocations 58 and deallocations 38
Vector creations 44 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertDataDrivenTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/dataDrivenTestCpp/log/DataDrivenTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generateDataDrivenTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileDataDrivenTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processDataDrivenTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runDataDrivenTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DataDrivenTest) **************
Start time: 1700646511914
=== waitForTestcase: before acq. semaphore, thread main

> Task :tests:org.eclipse.etrice.generator.common.tests:linkSubSystemUserCodeTestCExecutable

> Task :tests:org.eclipse.etrice.generator.common.tests:runDataDrivenTestJava
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_DataDrivenTest_Top/timing)::stop()
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646514720
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertDataDrivenTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/dataDrivenTestJava/log/DataDrivenTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:dataDrivenTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runDetailExpressionTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (DetailExpressionTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertDetailExpressionTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/detailExpressionTestC/log/DetailExpressionTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:detailExpressionTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:generateDetailExpressionTestJava
[WARNING] WARNING:relay port "portNotVisible" is not connected (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/detailExpressionTest/DetailExpressionTest.room line : 36 column : 19)
[WARNING] 1 warnings

> Task :tests:org.eclipse.etrice.generator.common.tests:compileDetailExpressionTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processDetailExpressionTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:detailExpressionTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runDetailExpressionTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DetailExpressionTest) **************
Start time: 1700646515940
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646515945
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertDetailExpressionTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/detailExpressionTestJava/log/DetailExpressionTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:detailExpressionTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runEnumTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (EnumTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertEnumTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/enumTestC/log/EnumTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:enumTestC
> Task :tests:org.eclipse.etrice.generator.common.tests:generateEnumTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileEnumTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processEnumTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:enumTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runEnumTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (EnumTest) **************
Start time: 1700646517243
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646517250
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertEnumTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/enumTestJava/log/EnumTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:enumTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runHandlerTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (HandlerTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertHandlerTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/handlerTestC/log/HandlerTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runHandlerTestCpp
INFO:    ************* TEST START (HandlerTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 5087 and deallocations 4948
String creations 3393 and destructions 3254
Vector allocations 40 and deallocations 25
Vector creations 33 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertHandlerTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/handlerTestCpp/log/HandlerTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generateHandlerTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileHandlerTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processHandlerTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runHandlerTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (HandlerTest) **************
Start time: 1700646518863
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646518870
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertHandlerTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/handlerTestJava/log/HandlerTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:handlerTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runNoInitialTransitionTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (noInitialTransitionTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertNoInitialTransitionTestC NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestC UP-TO-DATE

> Task :tests:org.eclipse.etrice.generator.common.tests:runNoInitialTransitionTestCpp
INFO:    ************* TEST START (noInitialTransitionTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 1163 and deallocations 1099
String creations 837 and destructions 769
Vector allocations 20 and deallocations 7
Vector creations 26 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertNoInitialTransitionTestCpp NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestCpp UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.common.tests:generateNoInitialTransitionTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:subSystemUserCodeTestCExecutable
> Task :tests:org.eclipse.etrice.generator.common.tests:assemble
> Task :tests:org.eclipse.etrice.generator.common.tests:compileNoInitialTransitionTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processNoInitialTransitionTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runNoInitialTransitionTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (noInitialTransitionTest) **************
Start time: 1700646519569
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646519574
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertNoInitialTransitionTestJava NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:noInitialTransitionTestJava UP-TO-DATE

> Task :tests:org.eclipse.etrice.generator.common.tests:runOperationInheritanceTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (OperationInheritanceTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertOperationInheritanceTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/operationInheritanceTestC/log/OperationInheritanceTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runOperationInheritanceTestCpp
INFO:    ************* TEST START (OperationInheritanceTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 1157 and deallocations 1099
String creations 829 and destructions 769
Vector allocations 21 and deallocations 7
Vector creations 25 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertOperationInheritanceTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/operationInheritanceTestCpp/log/OperationInheritanceTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestCpp

> Task :tests:org.eclipse.etrice.generator.common.tests:generateOperationInheritanceTestJava
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 71 column : 3)
[WARNING] WARNING:Not implemented for C generation (file:///home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/model/operationInheritanceTest/OperationInheritanceTest.room line : 83 column : 3)
[WARNING] 2 warnings

> Task :tests:org.eclipse.etrice.generator.common.tests:compileOperationInheritanceTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processOperationInheritanceTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runOperationInheritanceTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (OperationInheritanceTest) **************
Start time: 1700646520668
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646520673
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertOperationInheritanceTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/operationInheritanceTestJava/log/OperationInheritanceTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:operationInheritanceTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadReplPortTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node1_main_init
INFO:    ************* TEST START (PingPongThreadReplPortTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node1_main_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node1_main_stop
INFO:    node1_main_destroy
INFO:    Elapsed Time: 2201 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadReplPortTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadReplPortTestC/log/PingPongThreadReplPortTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadReplPortTestCpp
INFO:    ************* TEST START (PingPongThreadReplPortTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_PingPongReplPort/main::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /System_PingPongReplPort/main::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /System_PingPongReplPort/main::destroy ***
INFO:    Elapsed Time: 2202 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 66674 and deallocations 66415
String creations 38189 and destructions 37801
Vector allocations 170 and deallocations 134
Vector creations 86 and destructions 0
Set creations 5 and destructions 0
Map creations 7 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadReplPortTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadReplPortTestCpp/log/PingPongThreadReplPortTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadReplPortTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadReplPortTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processPingPongThreadReplPortTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadReplPortTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_PingPongReplPort/main::init ***
************* TEST START (PingPongThreadReplPortTest) **************
Start time: 1700646526619
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /System_PingPongReplPort/main::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/System_PingPongReplPort/main/services)::stop()
=== done stop actor instances
*** MainComponent /System_PingPongReplPort/main::destroy ***
End time: 1700646527242
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadReplPortTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadReplPortTestJava/log/PingPongThreadReplPortTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadReplPortTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node1_main_init
INFO:    ************* TEST START (PingPongThreadTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node1_main_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node1_main_stop
INFO:    node1_main_destroy
INFO:    Elapsed Time: 2101 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadTestC/log/PingPongThreadTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadTestCpp
INFO:    ************* TEST START (PingPongThreadTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_PingPong/main::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /System_PingPong/main::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /System_PingPong/main::destroy ***
INFO:    Elapsed Time: 2102 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 66262 and deallocations 66315
String creations 38028 and destructions 37773
Vector allocations 167 and deallocations 133
Vector creations 83 and destructions 0
Set creations 5 and destructions 0
Map creations 7 and destructions 0

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadTestCpp/log/PingPongThreadTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestCpp
> Task :tests:org.eclipse.etrice.generator.common.tests:generatePingPongThreadTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compilePingPongThreadTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processPingPongThreadTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runPingPongThreadTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_PingPong/main::init ***
************* TEST START (PingPongThreadTest) **************
Start time: 1700646532898
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /System_PingPong/main::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/System_PingPong/main/services)::stop()
=== done stop actor instances
*** MainComponent /System_PingPong/main::destroy ***
End time: 1700646533026
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertPingPongThreadTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/pingPongThreadTestJava/log/PingPongThreadTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:pingPongThreadTestJava

> Task :tests:org.eclipse.etrice.generator.common.tests:runSubSystemUserCodeTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (SubSystemUserCodeTest) **************
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertSubSystemUserCodeTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/subSystemUserCodeTestC/log/SubSystemUserCodeTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:subSystemUserCodeTestC

> Task :tests:org.eclipse.etrice.generator.common.tests:runVarargsTestC
INFO:    ***   T H E   B E G I N   ***
INFO:    node_ref_DerivedTestSubSystem_init
INFO:    ************* TEST START (VarargsTest) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_start
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
INFO:    node_ref_DerivedTestSubSystem_stop
INFO:    node_ref_DerivedTestSubSystem_destroy
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertVarargsTestC
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/varargsTestC/log/VarargsTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:varargsTestC
> Task :tests:org.eclipse.etrice.generator.common.tests:generateVarargsTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:compileVarargsTestJavaJava
> Task :tests:org.eclipse.etrice.generator.common.tests:processVarargsTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.common.tests:varargsTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.common.tests:runVarargsTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (VarargsTest) **************
Start time: 1700646534500
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646534505
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.common.tests:convertVarargsTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/log/varargsTestJava/log/VarargsTest.xml

> Task :tests:org.eclipse.etrice.generator.common.tests:varargsTestJava
> Task :tests:org.eclipse.etrice.generator.common.tests:check
> Task :tests:org.eclipse.etrice.generator.common.tests:build
> Task :tests:org.eclipse.etrice.generator.cpp.tests:generateInitializationTestCpp
> Task :tests:org.eclipse.etrice.generator.cpp.tests:generateSendingDataTestCpp
> Task :tests:org.eclipse.etrice.generator.cpp.tests:compileInitializationTestCppExecutableInitializationTestCppCpp
> Task :tests:org.eclipse.etrice.generator.cpp.tests:linkInitializationTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.cpp.tests:initializationTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.cpp.tests:zipModel

> Task :tests:org.eclipse.etrice.generator.cpp.tests:runInitializationTestCpp
INFO:    ************* TEST START (InitializationTest) **************
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 914 and deallocations 861
String creations 659 and destructions 606
Vector allocations 19 and deallocations 5
Vector creations 25 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.cpp.tests:convertInitializationTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/log/initializationTestCpp/log/InitializationTest.xml

> Task :tests:org.eclipse.etrice.generator.cpp.tests:initializationTestCpp
> Task :tests:org.eclipse.etrice.generator.java.tests:zipModel
> Task :tests:org.eclipse.etrice.generator.java.tests:assemble
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest1Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest1JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest1JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest1JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest1Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /JavaGenTests/da1Test::init ***
************* TEST START (DynamicActorTest1) **************
Start time: 1700646537261
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /JavaGenTests/da1Test::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /JavaGenTests/da1Test::destroy ***
End time: 1700646537292
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest1Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest1Java/log/DynamicActorTest1.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest1Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest2Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest2JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest2JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest2JavaClasses
> Task :tests:org.eclipse.etrice.generator.cpp.tests:compileSendingDataTestCppExecutableSendingDataTestCppCpp

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest2Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /JavaGenTests/da2Test::init ***
************* TEST START (DynamicActorTest2) **************
Start time: 1700646538030
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /JavaGenTests/da2Test::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /JavaGenTests/da2Test::destroy ***
End time: 1700646538068
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest2Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest2Java/log/DynamicActorTest2.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest2Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest3Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest3JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest3JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest3JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest3Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DynamicActorTest3) **************
Start time: 1700646538738
=== waitForTestcase: before acq. semaphore, thread main
helper said this is AC3, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/worker/optRef/sub1/helper
controller received this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/worker/optRef/sub1
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646538770
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest3Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest3Java/log/DynamicActorTest3.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest3Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest4Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest4JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest4JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest4JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest4Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DynamicActorTest4) **************
Start time: 1700646539448
=== waitForTestcase: before acq. semaphore, thread main
this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt

after deletion of Optional2
DerivedTestSystem
  ref_DerivedTestSubSystem
    replicated port RTSystemPort
    MessageService_MessageService_DefaultPhysicalThread
      Dispatcher
      Queue
    ActorClass(className=Appl, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl)
      port RTSystemPort Address(n=0,t=0,o=2) <-> Address(n=0,t=0,o=3)
      ActorClass(className=Container, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont)
        port RTSystemPort Address(n=0,t=0,o=4) <-> Address(n=0,t=0,o=5)
        port p0 Address(n=0,t=0,o=6) <-> Address(n=0,t=0,o=10)
        ScalarOptionalActorInterface(className=Optional, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt)
          replicated port RTSystemPort
          interface broker port p0 - 1. peer Address(n=0,t=0,o=6)(class DynamicActorTest4.PC$PCConjPort) 2. peer Address(n=0,t=0,o=10)(class DynamicActorTest4.PC$PCPort)
    sub port RTSystemPort:0 Address(n=0,t=0,o=3) <-> Address(n=0,t=0,o=2)
    sub port RTSystemPort:1 Address(n=0,t=0,o=5) <-> Address(n=0,t=0,o=4)

=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646539481
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest4Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest4Java/log/DynamicActorTest4.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest4Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest5Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest5JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest5JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest5JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest5Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DynamicActorTest5) **************
Start time: 1700646540368
=== waitForTestcase: before acq. semaphore, thread main
after creation of Optional2
DerivedTestSystem
  ref_DerivedTestSubSystem
    replicated port RTSystemPort
    MessageService_MessageService_DefaultPhysicalThread
      Dispatcher
      Queue
    ActorClass(className=Appl, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl)
      port RTSystemPort Address(n=0,t=0,o=2) <-> Address(n=0,t=0,o=3)
      ActorClass(className=Container, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont)
        port RTSystemPort Address(n=0,t=0,o=4) <-> Address(n=0,t=0,o=5)
        port p0 Address(n=0,t=0,o=6) <-> null
        ScalarOptionalActorInterface(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt)
          replicated port RTSystemPort
          interface broker port p0 - 1. peer Address(n=0,t=0,o=6)(class DynamicActorTest5.PC$PCConjPort) 2. peer Address(n=0,t=0,o=14)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker)
          ActorClass(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt)
            port RTSystemPort Address(n=0,t=0,o=8) <-> Address(n=0,t=0,o=9)
            ActorClass(className=AC2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2)
              port RTSystemPort Address(n=0,t=0,o=10) <-> Address(n=0,t=0,o=11)
              ActorClass(className=AC3, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub)
                port RTSystemPort Address(n=0,t=0,o=12) <-> Address(n=0,t=0,o=13)
                ScalarOptionalActorInterface(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub/nestedOpt)
                  replicated port RTSystemPort
                  interface broker port p0 - 1. peer Address(n=0,t=0,o=6)(class DynamicActorTest5.PC$PCConjPort) 2. peer null
          sub port RTSystemPort:0 Address(n=0,t=0,o=9) <-> Address(n=0,t=0,o=8)
          sub port RTSystemPort:1 Address(n=0,t=0,o=11) <-> Address(n=0,t=0,o=10)
          sub port RTSystemPort:2 Address(n=0,t=0,o=13) <-> Address(n=0,t=0,o=12)
    sub port RTSystemPort:0 Address(n=0,t=0,o=3) <-> Address(n=0,t=0,o=2)
    sub port RTSystemPort:1 Address(n=0,t=0,o=5) <-> Address(n=0,t=0,o=4)

after received hello
DerivedTestSystem
  ref_DerivedTestSubSystem
    replicated port RTSystemPort
    MessageService_MessageService_DefaultPhysicalThread
      Dispatcher
      Queue
    ActorClass(className=Appl, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl)
      port RTSystemPort Address(n=0,t=0,o=2) <-> Address(n=0,t=0,o=3)
      ActorClass(className=Container, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont)
        port RTSystemPort Address(n=0,t=0,o=4) <-> Address(n=0,t=0,o=5)
        port p0 Address(n=0,t=0,o=6) <-> Address(n=0,t=0,o=19)
        ScalarOptionalActorInterface(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt)
          replicated port RTSystemPort
          interface broker port p0 - 1. peer Address(n=0,t=0,o=6)(class DynamicActorTest5.PC$PCConjPort) 2. peer Address(n=0,t=0,o=14)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker)
          ActorClass(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt)
            port RTSystemPort Address(n=0,t=0,o=8) <-> Address(n=0,t=0,o=9)
            ActorClass(className=AC2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2)
              port RTSystemPort Address(n=0,t=0,o=10) <-> Address(n=0,t=0,o=11)
              ActorClass(className=AC3, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub)
                port RTSystemPort Address(n=0,t=0,o=12) <-> Address(n=0,t=0,o=13)
                ScalarOptionalActorInterface(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub/nestedOpt)
                  replicated port RTSystemPort
                  interface broker port p0 - 1. peer Address(n=0,t=0,o=6)(class DynamicActorTest5.PC$PCConjPort) 2. peer Address(n=0,t=0,o=19)(class DynamicActorTest5.PC$PCPort)
                  ActorClass(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub/nestedOpt)
                    port RTSystemPort Address(n=0,t=0,o=15) <-> Address(n=0,t=0,o=16)
                    ActorClass(className=AC1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub/nestedOpt/sub1)
                      port RTSystemPort Address(n=0,t=0,o=17) <-> Address(n=0,t=0,o=18)
                      port p0 Address(n=0,t=0,o=19) <-> Address(n=0,t=0,o=6)
                  sub port RTSystemPort:0 Address(n=0,t=0,o=16) <-> Address(n=0,t=0,o=15)
                  sub port RTSystemPort:1 Address(n=0,t=0,o=18) <-> Address(n=0,t=0,o=17)
          sub port RTSystemPort:0 Address(n=0,t=0,o=9) <-> Address(n=0,t=0,o=8)
          sub port RTSystemPort:1 Address(n=0,t=0,o=11) <-> Address(n=0,t=0,o=10)
          sub port RTSystemPort:2 Address(n=0,t=0,o=13) <-> Address(n=0,t=0,o=12)
    sub port RTSystemPort:0 Address(n=0,t=0,o=3) <-> Address(n=0,t=0,o=2)
    sub port RTSystemPort:1 Address(n=0,t=0,o=5) <-> Address(n=0,t=0,o=4)

received this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/cont/opt/sub2/deep_sub/nestedOpt/sub1
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646540398
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest5Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest5Java/log/DynamicActorTest5.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest5Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest6Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest6JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest6JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest6JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest6Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (DynamicActorTest6) **************
Start time: 1700646541186
=== waitForTestcase: before acq. semaphore, thread main
after creation of op1 and opt2
DerivedTestSystem
  ref_DerivedTestSubSystem
    replicated port RTSystemPort
    MessageService_MessageService_DefaultPhysicalThread
      Dispatcher
      Queue
    ActorClass(className=Appl, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl)
      port RTSystemPort Address(n=0,t=0,o=2) <-> Address(n=0,t=0,o=3)
      ActorClass(className=Controller, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl)
        port RTSystemPort Address(n=0,t=0,o=4) <-> Address(n=0,t=0,o=5)
        port pcont Address(n=0,t=0,o=6) <-> Address(n=0,t=0,o=11)
        port pout Address(n=0,t=0,o=7) <-> Address(n=0,t=0,o=21)
        port pin Address(n=0,t=0,o=8) <-> Address(n=0,t=0,o=26)
        ActorClass(className=Container, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont)
          port RTSystemPort Address(n=0,t=0,o=9) <-> Address(n=0,t=0,o=10)
          port fct Address(n=0,t=0,o=11) <-> Address(n=0,t=0,o=6)
          ScalarOptionalActorInterface(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1)
            replicated port RTSystemPort
            interface broker port pout - 1. peer Address(n=0,t=0,o=15)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker) 2. peer Address(n=0,t=0,o=20)(class DynamicActorTest6.PC$PCPort)
            interface broker port pin - 1. peer Address(n=0,t=0,o=7)(class DynamicActorTest6.PC$PCConjPort) 2. peer Address(n=0,t=0,o=21)(class DynamicActorTest6.PC$PCPort)
            ActorClass(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1)
              port RTSystemPort Address(n=0,t=0,o=16) <-> Address(n=0,t=0,o=17)
              ActorClass(className=AC1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1)
                port RTSystemPort Address(n=0,t=0,o=18) <-> Address(n=0,t=0,o=19)
                port pout Address(n=0,t=0,o=20) <-> Address(n=0,t=0,o=27)
                port pin Address(n=0,t=0,o=21) <-> Address(n=0,t=0,o=7)
            sub port RTSystemPort:0 Address(n=0,t=0,o=17) <-> Address(n=0,t=0,o=16)
            sub port RTSystemPort:1 Address(n=0,t=0,o=19) <-> Address(n=0,t=0,o=18)
          ScalarOptionalActorInterface(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2)
            replicated port RTSystemPort
            interface broker port pout - 1. peer Address(n=0,t=0,o=8)(class DynamicActorTest6.PC$PCConjPort) 2. peer Address(n=0,t=0,o=26)(class DynamicActorTest6.PC$PCPort)
            interface broker port pin - 1. peer Address(n=0,t=0,o=12)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker) 2. peer Address(n=0,t=0,o=27)(class DynamicActorTest6.PC$PCConjPort)
            ActorClass(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2)
              port RTSystemPort Address(n=0,t=0,o=22) <-> Address(n=0,t=0,o=23)
              ActorClass(className=AC2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2/sub2)
                port RTSystemPort Address(n=0,t=0,o=24) <-> Address(n=0,t=0,o=25)
                port pout Address(n=0,t=0,o=26) <-> Address(n=0,t=0,o=8)
                port pin Address(n=0,t=0,o=27) <-> Address(n=0,t=0,o=20)
            sub port RTSystemPort:0 Address(n=0,t=0,o=23) <-> Address(n=0,t=0,o=22)
            sub port RTSystemPort:1 Address(n=0,t=0,o=25) <-> Address(n=0,t=0,o=24)
    sub port RTSystemPort:0 Address(n=0,t=0,o=3) <-> Address(n=0,t=0,o=2)
    sub port RTSystemPort:1 Address(n=0,t=0,o=5) <-> Address(n=0,t=0,o=4)
    sub port RTSystemPort:2 Address(n=0,t=0,o=10) <-> Address(n=0,t=0,o=9)

AC2 received this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1
Controller received: AC2: forwarding this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1
after creation of op1 and opt2
DerivedTestSystem
  ref_DerivedTestSubSystem
    replicated port RTSystemPort
    MessageService_MessageService_DefaultPhysicalThread
      Dispatcher
      Queue
    ActorClass(className=Appl, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl)
      port RTSystemPort Address(n=0,t=0,o=2) <-> Address(n=0,t=0,o=3)
      ActorClass(className=Controller, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl)
        port RTSystemPort Address(n=0,t=0,o=4) <-> Address(n=0,t=0,o=5)
        port pcont Address(n=0,t=0,o=6) <-> Address(n=0,t=0,o=11)
        port pout Address(n=0,t=0,o=7) <-> Address(n=0,t=0,o=21)
        port pin Address(n=0,t=0,o=8) <-> Address(n=0,t=0,o=26)
        ActorClass(className=Container, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont)
          port RTSystemPort Address(n=0,t=0,o=9) <-> Address(n=0,t=0,o=10)
          port fct Address(n=0,t=0,o=11) <-> Address(n=0,t=0,o=6)
          ScalarOptionalActorInterface(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1)
            replicated port RTSystemPort
            interface broker port pout - 1. peer Address(n=0,t=0,o=15)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker) 2. peer Address(n=0,t=0,o=20)(class DynamicActorTest6.PC$PCPort)
            interface broker port pin - 1. peer Address(n=0,t=0,o=7)(class DynamicActorTest6.PC$PCConjPort) 2. peer Address(n=0,t=0,o=21)(class DynamicActorTest6.PC$PCPort)
            ActorClass(className=Optional1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1)
              port RTSystemPort Address(n=0,t=0,o=17) <-> Address(n=0,t=0,o=16)
              ActorClass(className=AC1, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1)
                port RTSystemPort Address(n=0,t=0,o=19) <-> Address(n=0,t=0,o=18)
                port pout Address(n=0,t=0,o=20) <-> Address(n=0,t=0,o=27)
                port pin Address(n=0,t=0,o=21) <-> Address(n=0,t=0,o=7)
            sub port RTSystemPort:1 Address(n=0,t=0,o=16) <-> Address(n=0,t=0,o=17)
            sub port RTSystemPort:0 Address(n=0,t=0,o=18) <-> Address(n=0,t=0,o=19)
          ScalarOptionalActorInterface(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2)
            replicated port RTSystemPort
            interface broker port pout - 1. peer Address(n=0,t=0,o=8)(class DynamicActorTest6.PC$PCConjPort) 2. peer Address(n=0,t=0,o=26)(class DynamicActorTest6.PC$PCPort)
            interface broker port pin - 1. peer Address(n=0,t=0,o=12)(class org.eclipse.etrice.runtime.java.modelbase.InterfaceItemBroker) 2. peer Address(n=0,t=0,o=27)(class DynamicActorTest6.PC$PCConjPort)
            ActorClass(className=Optional2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2)
              port RTSystemPort Address(n=0,t=0,o=23) <-> Address(n=0,t=0,o=22)
              ActorClass(className=AC2, instancePath=/DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt2/sub2)
                port RTSystemPort Address(n=0,t=0,o=25) <-> Address(n=0,t=0,o=24)
                port pout Address(n=0,t=0,o=26) <-> Address(n=0,t=0,o=8)
                port pin Address(n=0,t=0,o=27) <-> Address(n=0,t=0,o=20)
            sub port RTSystemPort:1 Address(n=0,t=0,o=22) <-> Address(n=0,t=0,o=23)
            sub port RTSystemPort:0 Address(n=0,t=0,o=24) <-> Address(n=0,t=0,o=25)
    sub port RTSystemPort:0 Address(n=0,t=0,o=3) <-> Address(n=0,t=0,o=2)
    sub port RTSystemPort:1 Address(n=0,t=0,o=5) <-> Address(n=0,t=0,o=4)
    sub port RTSystemPort:2 Address(n=0,t=0,o=10) <-> Address(n=0,t=0,o=9)

AC2 received this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1
Controller received: AC2: forwarding this is AC1, instance /DerivedTestSystem/ref_DerivedTestSubSystem/ref_Appl/ctrl/cont/opt1/sub1
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646541247
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest6Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest6Java/log/DynamicActorTest6.xml

> Task :tests:org.eclipse.etrice.generator.cpp.tests:linkSendingDataTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.cpp.tests:sendingDataTestCppExecutable
> Task :tests:org.eclipse.etrice.generator.cpp.tests:assemble

> Task :tests:org.eclipse.etrice.generator.cpp.tests:runSendingDataTestCpp
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
=== waitForTestcase: before acq. semaphore
INFO:    ************* TEST START (SendingDataTest) **************
INFO:    Elapsed Time: 1 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
=== waitForTestcase: after acq. semaphore
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***
String allocations 12977 and deallocations 12744
String creations 8136 and destructions 7903
Vector allocations 60 and deallocations 45
Vector creations 34 and destructions 0
Set creations 1 and destructions 0
Map creations 3 and destructions 0

> Task :tests:org.eclipse.etrice.generator.cpp.tests:convertSendingDataTestCpp
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/log/sendingDataTestCpp/log/SendingDataTest.xml

> Task :tests:org.eclipse.etrice.generator.cpp.tests:sendingDataTestCpp
> Task :tests:org.eclipse.etrice.generator.cpp.tests:check
> Task :tests:org.eclipse.etrice.generator.cpp.tests:build
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest6Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicActorTest7Java
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicActorTest7JavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicActorTest7JavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest7JavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicActorTest7Java
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /JavaGenTests/da7Test::init ***
************* TEST START (DynamicActorTest7) **************
Start time: 1700646542495
=== waitForTestcase: before acq. semaphore, thread main
received Sub1, state=Step3_StepA, path= /JavaGenTests/da7Test/main/cont/opt/sub
received Sub2, state=Ready, path= /JavaGenTests/da7Test/main/cont/opt/sub
received Sub1, state=Step3_StepA, path= /JavaGenTests/da7Test/main/cont/opt/sub
received Sub1, state=Step3_StepA, path= /JavaGenTests/da7Test/main/cont/optarr:0/sub
received Sub2, state=Ready, path= /JavaGenTests/da7Test/main/cont/optarr:1/sub
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /JavaGenTests/da7Test::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /JavaGenTests/da7Test::destroy ***
End time: 1700646542634
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicActorTest7Java
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicActorTest7Java/log/DynamicActorTest7.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicActorTest7Java
> Task :tests:org.eclipse.etrice.generator.java.tests:generateDynamicConfigTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:compileDynamicConfigTestJavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processDynamicConfigTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicConfigTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runDynamicConfigTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_DynamicConfigTest/main::init ***
************* TEST START (DynamicConfigTest) **************
Start time: 1700646543365
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt8)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt16)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt32)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt64)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aFloat32)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aFloat64)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aBool)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aChar)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aString)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt8_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt16_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt32_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aInt64_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aFloat32_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aFloat64_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aBool_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/aChar_array)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/dc/aString)
[Node_node_mainVariableService] Warning: is missing   (/System_DynamicConfigTest/main/testee/dc/nested/aInt32)
=== waitForTestcase: before acq. semaphore, thread main
[Node_node_mainVariableService] ERROR: Value out of range. Value:"128" Radix:10   (/System_DynamicConfigTest/main/testee/aInt8)
[Node_node_mainVariableService] ERROR: Value out of range. Value=61 > 59   (/System_DynamicConfigTest/main/testee/aInt16)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=9223372036854775807 > 59   (/System_DynamicConfigTest/main/testee/aInt64)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-100.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=100.0 > 59.0   (/System_DynamicConfigTest/main/testee/aFloat64)
[Node_node_mainVariableService] ERROR: null   (/System_DynamicConfigTest/main/testee/aChar)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aInt8_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt16_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60 > 59   (/System_DynamicConfigTest/main/testee/aInt32_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60000 > 59   (/System_DynamicConfigTest/main/testee/aInt64_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aFloat64_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aBool_array)
[Node_node_mainVariableService] ERROR: array length must be <=2, but was 3   (/System_DynamicConfigTest/main/testee/aChar_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=62 > 59   (/System_DynamicConfigTest/main/testee/dc/nested/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value:"128" Radix:10   (/System_DynamicConfigTest/main/testee/aInt8)
[Node_node_mainVariableService] ERROR: Value out of range. Value=61 > 59   (/System_DynamicConfigTest/main/testee/aInt16)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=9223372036854775807 > 59   (/System_DynamicConfigTest/main/testee/aInt64)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-100.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=100.0 > 59.0   (/System_DynamicConfigTest/main/testee/aFloat64)
[Node_node_mainVariableService] ERROR: null   (/System_DynamicConfigTest/main/testee/aChar)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aInt8_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt16_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60 > 59   (/System_DynamicConfigTest/main/testee/aInt32_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60000 > 59   (/System_DynamicConfigTest/main/testee/aInt64_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aFloat64_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aBool_array)
[Node_node_mainVariableService] ERROR: array length must be <=2, but was 3   (/System_DynamicConfigTest/main/testee/aChar_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=62 > 59   (/System_DynamicConfigTest/main/testee/dc/nested/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value:"128" Radix:10   (/System_DynamicConfigTest/main/testee/aInt8)
[Node_node_mainVariableService] ERROR: Value out of range. Value=61 > 59   (/System_DynamicConfigTest/main/testee/aInt16)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=9223372036854775807 > 59   (/System_DynamicConfigTest/main/testee/aInt64)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-100.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=100.0 > 59.0   (/System_DynamicConfigTest/main/testee/aFloat64)
[Node_node_mainVariableService] ERROR: null   (/System_DynamicConfigTest/main/testee/aChar)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aInt8_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt16_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60 > 59   (/System_DynamicConfigTest/main/testee/aInt32_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60000 > 59   (/System_DynamicConfigTest/main/testee/aInt64_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aFloat64_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aBool_array)
[Node_node_mainVariableService] ERROR: array length must be <=2, but was 3   (/System_DynamicConfigTest/main/testee/aChar_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=62 > 59   (/System_DynamicConfigTest/main/testee/dc/nested/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value:"128" Radix:10   (/System_DynamicConfigTest/main/testee/aInt8)
[Node_node_mainVariableService] ERROR: Value out of range. Value=61 > 59   (/System_DynamicConfigTest/main/testee/aInt16)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=9223372036854775807 > 59   (/System_DynamicConfigTest/main/testee/aInt64)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-100.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32)
[Node_node_mainVariableService] ERROR: Value out of range. Value=100.0 > 59.0   (/System_DynamicConfigTest/main/testee/aFloat64)
[Node_node_mainVariableService] ERROR: null   (/System_DynamicConfigTest/main/testee/aChar)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aInt8_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2 < -1   (/System_DynamicConfigTest/main/testee/aInt16_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60 > 59   (/System_DynamicConfigTest/main/testee/aInt32_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=60000 > 59   (/System_DynamicConfigTest/main/testee/aInt64_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=-2.0 < -1.0   (/System_DynamicConfigTest/main/testee/aFloat32_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aFloat64_array)
[Node_node_mainVariableService] ERROR: value of unknown type: class java.lang.String   (/System_DynamicConfigTest/main/testee/aBool_array)
[Node_node_mainVariableService] ERROR: array length must be <=2, but was 3   (/System_DynamicConfigTest/main/testee/aChar_array)
[Node_node_mainVariableService] ERROR: Value out of range. Value=62 > 59   (/System_DynamicConfigTest/main/testee/dc/nested/aInt32)
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /System_DynamicConfigTest/main::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/System_DynamicConfigTest/main/timingService)::stop()
=== done stop actor instances
*** MainComponent /System_DynamicConfigTest/main::destroy ***
End time: 1700646545831
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertDynamicConfigTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/dynamicConfigTestJava/log/DynamicConfigTest.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:dynamicConfigTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:generateSendingDataTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:compileSendingDataTestJavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processSendingDataTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:sendingDataTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runSendingDataTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
=== waitForTestcase: before acq. semaphore, thread main
************* TEST START (SendingDataTest) **************
Start time: 1700646546766
End time: 1700646546770
************* TEST END **************
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertSendingDataTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/sendingDataTestJava/log/SendingDataTest.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:sendingDataTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:generateStaticConfigTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:compileStaticConfigTestJavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processStaticConfigTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:staticConfigTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runStaticConfigTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /System_StaticConfigTest/main::init ***
************* TEST START (StaticConfigTest) **************
Start time: 1700646547670
=== waitForTestcase: before acq. semaphore, thread main
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /System_StaticConfigTest/main::stop ***
=== done stop MsgSvcCtrl
ActorClass(className=ATimerService, instancePath=/System_StaticConfigTest/main/timer)::stop()
=== done stop actor instances
*** MainComponent /System_StaticConfigTest/main::destroy ***
End time: 1700646548680
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertStaticConfigTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/staticConfigTestJava/log/StaticConfigTest.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:staticConfigTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:generateStoreRestoreTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:compileStoreRestoreTestJavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processStoreRestoreTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:storeRestoreTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runStoreRestoreTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (StoreRestoreTest) **************
Start time: 1700646549493
=== waitForTestcase: before acq. semaphore, thread main
state Store entry code
doStore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
state Restore entry code
doRestore()
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
=== done stop MsgSvcCtrl
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646549530
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertStoreRestoreTestJava
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.java.tests/build/log/storeRestoreTestJava/log/StoreRestoreTest.xml

> Task :tests:org.eclipse.etrice.generator.java.tests:storeRestoreTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:generateTcpTestJava
> Task :tests:org.eclipse.etrice.generator.java.tests:compileTcpTestJavaJava
> Task :tests:org.eclipse.etrice.generator.java.tests:processTcpTestJavaResources NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:tcpTestJavaClasses

> Task :tests:org.eclipse.etrice.generator.java.tests:runTcpTestJava
***   T H E   B E G I N   ***
*** running as test
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::init ***
************* TEST START (TCPTest) **************
Start time: 1700646550366
=== waitForTestcase: before acq. semaphore, thread main
Client Init !
Client Init !
Client Init !
Client Init !
Client Init !
=== waitForTestcase: after acq. semaphore, thread main
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::stop ***
ClientRx: java.net.SocketException: Socket closed
ClientRx: java.net.SocketException: Socket closed
ClientRx: java.net.SocketException: Socket closed
ClientRx: java.net.SocketException: Socket closed
=== done stop MsgSvcCtrl
Server Accept: java.net.SocketException: Socket closed
ClientRx: java.net.SocketException: Socket closed
=== done stop actor instances
*** MainComponent /DerivedTestSystem/ref_DerivedTestSubSystem::destroy ***
End time: 1700646550441
************* TEST END **************
=== done destroy actor instances
=== done close loggers
=== done destroy RTServices



***   T H E   E N D   ***

> Task :tests:org.eclipse.etrice.generator.java.tests:convertTcpTestJava NO-SOURCE
> Task :tests:org.eclipse.etrice.generator.java.tests:tcpTestJava UP-TO-DATE
> Task :tests:org.eclipse.etrice.generator.java.tests:check
> Task :tests:org.eclipse.etrice.generator.java.tests:build
> Task :tests:org.eclipse.etrice.runtime.c.tests:compileEtrice_runtime_c_testsExecutableEtrice_runtime_c_testsC
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:compileEtrice_runtime_cpp_testsExecutableEtrice_runtime_cpp_testsCpp
> Task :tests:org.eclipse.etrice.runtime.c.tests:linkEtrice_runtime_c_testsExecutable
> Task :tests:org.eclipse.etrice.runtime.c.tests:etrice_runtime_c_testsExecutable
> Task :tests:org.eclipse.etrice.runtime.c.tests:assemble

> Task :tests:org.eclipse.etrice.runtime.c.tests:run
INFO:    ************* TEST START (TestEtUnit) **************
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ************* TEST START (TestEtUnitNegative) **************
INFO:    Elapsed Time: 0 ms
ERROR:   Error Counter: 3
INFO:    ************* TEST END **************
INFO:    ************* TEST START (TestEtUnitSpecial) **************
INFO:    Elapsed Time: 0 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
INFO:    ************* TEST START (TestCRuntime) **************
initial free heap is 261584
after alloc
memory statistics of free list memory management at 0x7f06a0fa6010
  slot   0 with    0 objects of size   -8 totaling to        0
  slot   1 with    0 objects of size   -8 totaling to        0
  slot   2 with    0 objects of size   -8 totaling to        0
  slot   3 with    0 objects of size   -8 totaling to        0
  slot   4 with    0 objects of size   -8 totaling to        0
  slot   5 with    0 objects of size   -8 totaling to        0
  slot   6 with    0 objects of size   -8 totaling to        0
  slot   7 with    0 objects of size   -8 totaling to        0
  total                                                      0
after free
memory statistics of free list memory management at 0x7f06a0fa6010
  slot   0 with   32 objects of size  112 totaling to     3584
  slot   1 with   32 objects of size   64 totaling to     2048
  slot   2 with   32 objects of size  128 totaling to     4096
  slot   3 with   32 objects of size   16 totaling to      512
  slot   4 with    0 objects of size   -8 totaling to        0
  slot   5 with   32 objects of size   32 totaling to     1024
  slot   6 with   32 objects of size   96 totaling to     3072
  slot   7 with   32 objects of size   48 totaling to     1536
  total                                                  15872
free heap is 243920
checking memory management 0, MemMgmt_4, max 0, fail 1
checking memory management 1, MemMgmt_3, max 261512, fail 0
checking memory management 2, MemMgmt_2, max 131088, fail 0
checking memory management 3, MemMgmt_1, max 260168, fail 1
ERROR:   etMessageService_getMessageBuffer: message pool empty: 0
ERROR:   etMessageService_getMessageBuffer: message too big: 33, blockSize: 32
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   etMessageService_getMessageBuffer: message pool empty: 0
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
W: first message for testing (WARNING)
E: -1593399488. message for testing (#01700646556.729007000# E: -1593399488. message for testing (ERROR with timestamp)
INFO:    Elapsed Time: 4301 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************

> Task :tests:org.eclipse.etrice.runtime.c.tests:checkNegative

> Task :tests:org.eclipse.etrice.runtime.c.tests:convert
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/log/TestCRuntime.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/log/TestEtUnit.xml
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/log/TestEtUnitSpecial.xml

> Task :tests:org.eclipse.etrice.runtime.c.tests:check
> Task :tests:org.eclipse.etrice.runtime.c.tests:build
> Task :tests:org.eclipse.etrice.runtime.java.tests:compileJava NO-SOURCE
> Task :tests:org.eclipse.etrice.runtime.java.tests:processResources NO-SOURCE
> Task :tests:org.eclipse.etrice.runtime.java.tests:classes UP-TO-DATE
> Task :tests:org.eclipse.etrice.runtime.java.tests:jar
> Task :tests:org.eclipse.etrice.runtime.java.tests:assemble

> Task :tests:org.eclipse.etrice.runtime.java.tests:compileTestJava
Note: /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.java.tests/src/org/eclipse/etrice/runtime/java/etunit/EtUnitTest.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.

> Task :tests:org.eclipse.etrice.runtime.java.tests:processTestResources NO-SOURCE
> Task :tests:org.eclipse.etrice.runtime.java.tests:testClasses
> Task :tests:org.eclipse.etrice.runtime.java.tests:test
> Task :tests:org.eclipse.etrice.runtime.java.tests:check
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:linkEtrice_runtime_cpp_testsExecutable
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:etrice_runtime_cpp_testsExecutable
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:assemble

> Task :tests:org.eclipse.etrice.runtime.cpp.tests:run
INFO:    ************* TEST START (TestCppRuntime) **************
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
	/TestSubSystem (!) /TestSubSystem/TestActor1 
	/TestSubSystem (!) /TestSubSystem/TestActor2 
	/TestSubSystem/TestActor1 (!) /TestSubSystem/TestActor1/SubActor 
	/TestSubSystem/TestActor1 >-- /TestSubSystem/TestActor2 MessageAsync
	/TestSubSystem/TestActor1 --> /TestSubSystem/TestActor2 MessageAsync
	/TestSubSystem/TestActor1 ==> /TestSubSystem/TestActor2 MessageSyncCall
	/TestSubSystem/TestActor1 <== /TestSubSystem/TestActor2 MessageSyncReturn
	/TestSubSystem/TestActor1 >>> TestState
	/TestSubSystem (X) /TestSubSystem/TestActor1 
# This is a comment
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
ERROR:   pthread_create: (1) Operation not permitted
pthread_create failed with insufficient permissions, falling back to inherited scheduling
Could not provide message buffer (message pool is empty)!
INFO:    Elapsed Time: 2355 ms
INFO:    Error Counter: 0
INFO:    ************* TEST END **************
String allocations 1767 and deallocations 1727
String creations 1311 and destructions 1271
Vector allocations 64 and deallocations 58
Vector creations 122 and destructions 114
Set creations 20 and destructions 20
Map creations 14 and destructions 13

> Task :tests:org.eclipse.etrice.runtime.cpp.tests:convert
saved file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.cpp.tests/build/log/TestCppRuntime.xml

> Task :tests:org.eclipse.etrice.runtime.cpp.tests:check
> Task :tests:org.eclipse.etrice.runtime.cpp.tests:build
> Task :tests:org.eclipse.etrice.runtime.java.tests:build
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:zipSource
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:assemble
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:build
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:zipSource
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:assemble
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:build
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:zipSource
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:assemble
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:build
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:zipSource
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:assemble
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:check UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:build

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/8.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 10m 29s
544 actionable tasks: 486 executed, 58 up-to-date
[Pipeline] }
Terminating xvnc.
[Pipeline] // xvnc
[Pipeline] recordIssues
[runtime] Searching for all files in '/home/jenkins/agent/workspace/etrice-gitlab_MR-66' that match the pattern 'runtime/*/build/tmp/*/output.txt'
[runtime] Traversing of symbolic links: enabled
[runtime] -> found 8 files
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.c/build/tmp/compileEtrice_modellib_cStaticLibraryEtrice_modellib_cC/output.txt
[runtime] -> found 45 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.c/build/tmp/compileEtrice_modellib_cStaticLibraryEtrice_modellib_cC/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.c/build/tmp/createEtrice_modellib_cStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.c/build/tmp/createEtrice_modellib_cStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.cpp/build/tmp/compileEtrice_modellib_cppStaticLibraryEtrice_modellib_cppCpp/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.cpp/build/tmp/compileEtrice_modellib_cppStaticLibraryEtrice_modellib_cppCpp/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.cpp/build/tmp/createEtrice_modellib_cppStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.cpp/build/tmp/createEtrice_modellib_cppStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.c/build/tmp/compileEtrice_runtime_cStaticLibraryEtrice_runtime_cC/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.c/build/tmp/compileEtrice_runtime_cStaticLibraryEtrice_runtime_cC/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.c/build/tmp/createEtrice_runtime_cStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.c/build/tmp/createEtrice_runtime_cStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.cpp/build/tmp/compileEtrice_runtime_cppStaticLibraryEtrice_runtime_cppCpp/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.cpp/build/tmp/compileEtrice_runtime_cppStaticLibraryEtrice_runtime_cppCpp/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.cpp/build/tmp/createEtrice_runtime_cppStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.cpp/build/tmp/createEtrice_runtime_cppStaticLibrary/output.txt'
[runtime] Post processing issues on 'centos-7-5pzvx' with source code encoding 'UTF-8'
[runtime] Creating SCM blamer to obtain author and commit information for affected files
[runtime] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[runtime] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/etrice-gitlab_MR-66'
[runtime] -> resolved paths in source directory (9 found, 0 not found)
[runtime] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[runtime] -> resolved module names for 45 issues
[runtime] Resolving package names (or namespaces) by parsing the affected files
[runtime] -> resolved package names of 9 affected files
[runtime] No filter has been set, publishing all 45 issues
[runtime] Creating fingerprints for all affected code blocks to track issues over different builds
[runtime] -> created fingerprints for 45 issues (skipped 0 issues)
[runtime] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/etrice-gitlab/branches/MR-66/builds/1/files-with-issues'
[runtime] -> 9 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[runtime] Repository miner is not configured, skipping repository mining
[runtime] Searching for all files in '/home/jenkins/agent/workspace/etrice-gitlab_MR-66' that match the pattern 'runtime/*/build/tmp/*/output.txt'
[runtime] Traversing of symbolic links: enabled
[runtime] -> found 8 files
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.c/build/tmp/compileEtrice_modellib_cStaticLibraryEtrice_modellib_cC/output.txt
[runtime] -> found 45 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.c/build/tmp/compileEtrice_modellib_cStaticLibraryEtrice_modellib_cC/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.c/build/tmp/createEtrice_modellib_cStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.c/build/tmp/createEtrice_modellib_cStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.cpp/build/tmp/compileEtrice_modellib_cppStaticLibraryEtrice_modellib_cppCpp/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.cpp/build/tmp/compileEtrice_modellib_cppStaticLibraryEtrice_modellib_cppCpp/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.modellib.cpp/build/tmp/createEtrice_modellib_cppStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.modellib.cpp/build/tmp/createEtrice_modellib_cppStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.c/build/tmp/compileEtrice_runtime_cStaticLibraryEtrice_runtime_cC/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.c/build/tmp/compileEtrice_runtime_cStaticLibraryEtrice_runtime_cC/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.c/build/tmp/createEtrice_runtime_cStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.c/build/tmp/createEtrice_runtime_cStaticLibrary/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.cpp/build/tmp/compileEtrice_runtime_cppStaticLibraryEtrice_runtime_cppCpp/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.cpp/build/tmp/compileEtrice_runtime_cppStaticLibraryEtrice_runtime_cppCpp/output.txt'
[runtime] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/runtime/org.eclipse.etrice.runtime.cpp/build/tmp/createEtrice_runtime_cppStaticLibrary/output.txt
[runtime] -> found 0 issues (skipped 0 duplicates)
[runtime] Successfully processed file 'runtime/org.eclipse.etrice.runtime.cpp/build/tmp/createEtrice_runtime_cppStaticLibrary/output.txt'
[runtime] Post processing issues on 'centos-7-5pzvx' with source code encoding 'UTF-8'
[runtime] Creating SCM blamer to obtain author and commit information for affected files
[runtime] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[runtime] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/etrice-gitlab_MR-66'
[runtime] -> resolved paths in source directory (9 found, 0 not found)
[runtime] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[runtime] -> resolved module names for 45 issues
[runtime] Resolving package names (or namespaces) by parsing the affected files
[runtime] -> resolved package names of 9 affected files
[runtime] No filter has been set, publishing all 45 issues
[runtime] Creating fingerprints for all affected code blocks to track issues over different builds
[runtime] -> created fingerprints for 45 issues (skipped 0 issues)
[runtime] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/etrice-gitlab/branches/MR-66/builds/1/files-with-issues'
[runtime] -> 9 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[runtime] Repository miner is not configured, skipping repository mining
[runtime] Reference build recorder is not configured
[runtime] Obtaining reference build from same job (MR-66)
[runtime] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[runtime] All reported issues will be considered outstanding
[runtime] No quality gates have been set - skipping
[runtime] Health report is disabled - skipping
[runtime] Created analysis result for 45 issues (found 0 new issues, fixed 0 issues)
[runtime] Attaching ResultAction with ID 'runtime' to build 'etrice-gitlab/MR-66 #1'.
[Checks API] No suitable checks publisher found.
[Pipeline] recordIssues
[tests] Searching for all files in '/home/jenkins/agent/workspace/etrice-gitlab_MR-66' that match the pattern 'tests/*/build/tmp/*/output.txt'
[tests] Traversing of symbolic links: enabled
[tests] -> found 72 files
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compilePTimerTestCExecutablePTimerTestCC/output.txt
[tests] -> found 20 issues (skipped 8 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compilePTimerTestCExecutablePTimerTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileSendingDataTestCExecutableSendingDataTestCC/output.txt
[tests] -> found 44 issues (skipped 50 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileSendingDataTestCExecutableSendingDataTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStaticConfigTestCExecutableStaticConfigTestCC/output.txt
[tests] -> found 73 issues (skipped 66 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStaticConfigTestCExecutableStaticConfigTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStringMessageTestCExecutableStringMessageTestCC/output.txt
[tests] -> found 16 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStringMessageTestCExecutableStringMessageTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTcpTestCExecutableTcpTestCC/output.txt
[tests] -> found 97 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTcpTestCExecutableTcpTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTimerServiceTestCExecutableTimerServiceTestCC/output.txt
[tests] -> found 62 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTimerServiceTestCExecutableTimerServiceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTraceTestCExecutableTraceTestCC/output.txt
[tests] -> found 31 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTraceTestCExecutableTraceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkPTimerTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkPTimerTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkSendingDataTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkSendingDataTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStaticConfigTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStaticConfigTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStringMessageTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStringMessageTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTcpTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTcpTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTimerServiceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTimerServiceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTraceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTraceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCExecutableActorCommunicationTestCC/output.txt
[tests] -> found 38 issues (skipped 8 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCExecutableActorCommunicationTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCppExecutableActorCommunicationTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCppExecutableActorCommunicationTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCExecutableChoicePointTestCC/output.txt
[tests] -> found 31 issues (skipped 24 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCExecutableChoicePointTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCppExecutableChoicePointTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCppExecutableChoicePointTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCExecutableChoicePointTestExtendedCC/output.txt
[tests] -> found 41 issues (skipped 4 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCExecutableChoicePointTestExtendedCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCppExecutableChoicePointTestExtendedCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCppExecutableChoicePointTestExtendedCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCExecutableCompileTestCC/output.txt
[tests] -> found 126 issues (skipped 7 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCExecutableCompileTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCppExecutableCompileTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCppExecutableCompileTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileContractMonitorTestCExecutableContractMonitorTestCC/output.txt
[tests] -> found 94 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileContractMonitorTestCExecutableContractMonitorTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCExecutableDataDrivenTestCC/output.txt
[tests] -> found 17 issues (skipped 4 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCExecutableDataDrivenTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCppExecutableDataDrivenTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCppExecutableDataDrivenTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDetailExpressionTestCExecutableDetailExpressionTestCC/output.txt
[tests] -> found 62 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDetailExpressionTestCExecutableDetailExpressionTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileEnumTestCExecutableEnumTestCC/output.txt
[tests] -> found 34 issues (skipped 12 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileEnumTestCExecutableEnumTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCExecutableHandlerTestCC/output.txt
[tests] -> found 39 issues (skipped 32 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCExecutableHandlerTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCppExecutableHandlerTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCppExecutableHandlerTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCExecutableNoInitialTransitionTestCC/output.txt
[tests] -> found 15 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCExecutableNoInitialTransitionTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCppExecutableNoInitialTransitionTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCppExecutableNoInitialTransitionTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCExecutableOperationInheritanceTestCC/output.txt
[tests] -> found 11 issues (skipped 5 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCExecutableOperationInheritanceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCppExecutableOperationInheritanceTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCppExecutableOperationInheritanceTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCExecutablePingPongThreadReplPortTestCC/output.txt
[tests] -> found 19 issues (skipped 6 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCExecutablePingPongThreadReplPortTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCppExecutablePingPongThreadReplPortTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCppExecutablePingPongThreadReplPortTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCExecutablePingPongThreadTestCC/output.txt
[tests] -> found 19 issues (skipped 6 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCExecutablePingPongThreadTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCppExecutablePingPongThreadTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCppExecutablePingPongThreadTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileSubSystemUserCodeTestCExecutableSubSystemUserCodeTestCC/output.txt
[tests] -> found 9 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileSubSystemUserCodeTestCExecutableSubSystemUserCodeTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileVarargsTestCExecutableVarargsTestCC/output.txt
[tests] -> found 14 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileVarargsTestCExecutableVarargsTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkContractMonitorTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkContractMonitorTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDetailExpressionTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDetailExpressionTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkEnumTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkEnumTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkSubSystemUserCodeTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkSubSystemUserCodeTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkVarargsTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkVarargsTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileInitializationTestCppExecutableInitializationTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileInitializationTestCppExecutableInitializationTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileSendingDataTestCppExecutableSendingDataTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileSendingDataTestCppExecutableSendingDataTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkInitializationTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkInitializationTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkSendingDataTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkSendingDataTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/tmp/compileEtrice_runtime_c_testsExecutableEtrice_runtime_c_testsC/output.txt
[tests] -> found 69 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.c.tests/build/tmp/compileEtrice_runtime_c_testsExecutableEtrice_runtime_c_testsC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/tmp/linkEtrice_runtime_c_testsExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.c.tests/build/tmp/linkEtrice_runtime_c_testsExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/compileEtrice_runtime_cpp_testsExecutableEtrice_runtime_cpp_testsCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/compileEtrice_runtime_cpp_testsExecutableEtrice_runtime_cpp_testsCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/linkEtrice_runtime_cpp_testsExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/linkEtrice_runtime_cpp_testsExecutable/output.txt'
[tests] Post processing issues on 'centos-7-5pzvx' with source code encoding 'UTF-8'
[tests] Creating SCM blamer to obtain author and commit information for affected files
[tests] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[tests] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/etrice-gitlab_MR-66'
[tests] -> resolved paths in source directory (172 found, 0 not found)
[tests] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[tests] -> resolved module names for 981 issues
[tests] Resolving package names (or namespaces) by parsing the affected files
[tests] -> resolved package names of 172 affected files
[tests] No filter has been set, publishing all 981 issues
[tests] Creating fingerprints for all affected code blocks to track issues over different builds
[tests] -> created fingerprints for 981 issues (skipped 0 issues)
[tests] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/etrice-gitlab/branches/MR-66/builds/1/files-with-issues'
[tests] -> 172 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[tests] Repository miner is not configured, skipping repository mining
[tests] Searching for all files in '/home/jenkins/agent/workspace/etrice-gitlab_MR-66' that match the pattern 'tests/*/build/tmp/*/output.txt'
[tests] Traversing of symbolic links: enabled
[tests] -> found 72 files
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compilePTimerTestCExecutablePTimerTestCC/output.txt
[tests] -> found 20 issues (skipped 8 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compilePTimerTestCExecutablePTimerTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileSendingDataTestCExecutableSendingDataTestCC/output.txt
[tests] -> found 44 issues (skipped 50 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileSendingDataTestCExecutableSendingDataTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStaticConfigTestCExecutableStaticConfigTestCC/output.txt
[tests] -> found 73 issues (skipped 66 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStaticConfigTestCExecutableStaticConfigTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStringMessageTestCExecutableStringMessageTestCC/output.txt
[tests] -> found 16 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileStringMessageTestCExecutableStringMessageTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTcpTestCExecutableTcpTestCC/output.txt
[tests] -> found 97 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTcpTestCExecutableTcpTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTimerServiceTestCExecutableTimerServiceTestCC/output.txt
[tests] -> found 62 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTimerServiceTestCExecutableTimerServiceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTraceTestCExecutableTraceTestCC/output.txt
[tests] -> found 31 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/compileTraceTestCExecutableTraceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkPTimerTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkPTimerTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkSendingDataTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkSendingDataTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStaticConfigTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStaticConfigTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStringMessageTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkStringMessageTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTcpTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTcpTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTimerServiceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTimerServiceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTraceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.c.tests/build/tmp/linkTraceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCExecutableActorCommunicationTestCC/output.txt
[tests] -> found 38 issues (skipped 8 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCExecutableActorCommunicationTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCppExecutableActorCommunicationTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileActorCommunicationTestCppExecutableActorCommunicationTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCExecutableChoicePointTestCC/output.txt
[tests] -> found 31 issues (skipped 24 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCExecutableChoicePointTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCppExecutableChoicePointTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestCppExecutableChoicePointTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCExecutableChoicePointTestExtendedCC/output.txt
[tests] -> found 41 issues (skipped 4 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCExecutableChoicePointTestExtendedCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCppExecutableChoicePointTestExtendedCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileChoicePointTestExtendedCppExecutableChoicePointTestExtendedCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCExecutableCompileTestCC/output.txt
[tests] -> found 126 issues (skipped 7 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCExecutableCompileTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCppExecutableCompileTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileCompileTestCppExecutableCompileTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileContractMonitorTestCExecutableContractMonitorTestCC/output.txt
[tests] -> found 94 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileContractMonitorTestCExecutableContractMonitorTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCExecutableDataDrivenTestCC/output.txt
[tests] -> found 17 issues (skipped 4 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCExecutableDataDrivenTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCppExecutableDataDrivenTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDataDrivenTestCppExecutableDataDrivenTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDetailExpressionTestCExecutableDetailExpressionTestCC/output.txt
[tests] -> found 62 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileDetailExpressionTestCExecutableDetailExpressionTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileEnumTestCExecutableEnumTestCC/output.txt
[tests] -> found 34 issues (skipped 12 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileEnumTestCExecutableEnumTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCExecutableHandlerTestCC/output.txt
[tests] -> found 39 issues (skipped 32 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCExecutableHandlerTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCppExecutableHandlerTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileHandlerTestCppExecutableHandlerTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCExecutableNoInitialTransitionTestCC/output.txt
[tests] -> found 15 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCExecutableNoInitialTransitionTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCppExecutableNoInitialTransitionTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileNoInitialTransitionTestCppExecutableNoInitialTransitionTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCExecutableOperationInheritanceTestCC/output.txt
[tests] -> found 11 issues (skipped 5 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCExecutableOperationInheritanceTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCppExecutableOperationInheritanceTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileOperationInheritanceTestCppExecutableOperationInheritanceTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCExecutablePingPongThreadReplPortTestCC/output.txt
[tests] -> found 19 issues (skipped 6 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCExecutablePingPongThreadReplPortTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCppExecutablePingPongThreadReplPortTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadReplPortTestCppExecutablePingPongThreadReplPortTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCExecutablePingPongThreadTestCC/output.txt
[tests] -> found 19 issues (skipped 6 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCExecutablePingPongThreadTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCppExecutablePingPongThreadTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compilePingPongThreadTestCppExecutablePingPongThreadTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileSubSystemUserCodeTestCExecutableSubSystemUserCodeTestCC/output.txt
[tests] -> found 9 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileSubSystemUserCodeTestCExecutableSubSystemUserCodeTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileVarargsTestCExecutableVarargsTestCC/output.txt
[tests] -> found 14 issues (skipped 1 duplicate)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/compileVarargsTestCExecutableVarargsTestCC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkActorCommunicationTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkChoicePointTestExtendedCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkCompileTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkContractMonitorTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkContractMonitorTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDataDrivenTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDetailExpressionTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkDetailExpressionTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkEnumTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkEnumTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkHandlerTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkNoInitialTransitionTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkOperationInheritanceTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadReplPortTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkPingPongThreadTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkSubSystemUserCodeTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkSubSystemUserCodeTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkVarargsTestCExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.common.tests/build/tmp/linkVarargsTestCExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileInitializationTestCppExecutableInitializationTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileInitializationTestCppExecutableInitializationTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileSendingDataTestCppExecutableSendingDataTestCppCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/compileSendingDataTestCppExecutableSendingDataTestCppCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkInitializationTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkInitializationTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkSendingDataTestCppExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.generator.cpp.tests/build/tmp/linkSendingDataTestCppExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/tmp/compileEtrice_runtime_c_testsExecutableEtrice_runtime_c_testsC/output.txt
[tests] -> found 69 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.c.tests/build/tmp/compileEtrice_runtime_c_testsExecutableEtrice_runtime_c_testsC/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.c.tests/build/tmp/linkEtrice_runtime_c_testsExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.c.tests/build/tmp/linkEtrice_runtime_c_testsExecutable/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/compileEtrice_runtime_cpp_testsExecutableEtrice_runtime_cpp_testsCpp/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/compileEtrice_runtime_cpp_testsExecutableEtrice_runtime_cpp_testsCpp/output.txt'
[tests] Successfully parsed file /home/jenkins/agent/workspace/etrice-gitlab_MR-66/tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/linkEtrice_runtime_cpp_testsExecutable/output.txt
[tests] -> found 0 issues (skipped 0 duplicates)
[tests] Successfully processed file 'tests/org.eclipse.etrice.runtime.cpp.tests/build/tmp/linkEtrice_runtime_cpp_testsExecutable/output.txt'
[tests] Post processing issues on 'centos-7-5pzvx' with source code encoding 'UTF-8'
[tests] Creating SCM blamer to obtain author and commit information for affected files
[tests] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[tests] Resolving file names for all issues in workspace '/home/jenkins/agent/workspace/etrice-gitlab_MR-66'
[tests] -> resolved paths in source directory (172 found, 0 not found)
[tests] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[tests] -> resolved module names for 981 issues
[tests] Resolving package names (or namespaces) by parsing the affected files
[tests] -> resolved package names of 172 affected files
[tests] No filter has been set, publishing all 981 issues
[tests] Creating fingerprints for all affected code blocks to track issues over different builds
[tests] -> created fingerprints for 981 issues (skipped 0 issues)
[tests] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/etrice-gitlab/branches/MR-66/builds/1/files-with-issues'
[tests] -> 172 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[tests] Repository miner is not configured, skipping repository mining
[tests] Reference build recorder is not configured
[tests] Obtaining reference build from same job (MR-66)
[tests] No valid reference build found that meets the criteria (NO_JOB_FAILURE - SUCCESSFUL_QUALITY_GATE)
[tests] All reported issues will be considered outstanding
[tests] No quality gates have been set - skipping
[tests] Health report is disabled - skipping
[tests] Created analysis result for 981 issues (found 0 new issues, fixed 0 issues)
[tests] Attaching ResultAction with ID 'tests' to build 'etrice-gitlab/MR-66 #1'.
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy Maven)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ ./gradlew publishEtricePublicationToEclipseRepository -Dgradle.user.home=./gradle_home -PadditionalPropertiesFile=/home/jenkins/.gradle/gradle.properties
Starting a Gradle Daemon (subsequent builds will be faster)

> Configure project :
Loaded properties from /home/jenkins/.gradle/gradle.properties: [eclipseRepoPassword, eclipseRepoUsername]
version is 5.0.2-doc-improve-examples-SNAPSHOT

> Task :plugins:org.eclipse.etrice.generator.base:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.generator.base:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.fsm:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.fsm:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:processResources
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:classes
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:jar
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.abstractexec.behavior:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.common:processResources
> Task :plugins:org.eclipse.etrice.core.common:classes
> Task :plugins:org.eclipse.etrice.core.common:jar
> Task :plugins:org.eclipse.etrice.core.common:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.common:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.common:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.common.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.common.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.common.ide:processResources
> Task :plugins:org.eclipse.etrice.core.common.ide:classes
> Task :plugins:org.eclipse.etrice.core.common.ide:jar
> Task :plugins:org.eclipse.etrice.core.common.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.common.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.common.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.room:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config:processResources
> Task :plugins:org.eclipse.etrice.core.config:classes
> Task :plugins:org.eclipse.etrice.core.config:jar
> Task :plugins:org.eclipse.etrice.core.config:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.config:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.config:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.config.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.config.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.config.ide:processResources
> Task :plugins:org.eclipse.etrice.core.config.ide:classes
> Task :plugins:org.eclipse.etrice.core.config.ide:jar
> Task :plugins:org.eclipse.etrice.core.config.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.config.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.config.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.etphys:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.genmodel:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.genmodel:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap:processResources
> Task :plugins:org.eclipse.etrice.core.etmap:classes
> Task :plugins:org.eclipse.etrice.core.etmap:jar
> Task :plugins:org.eclipse.etrice.core.etmap:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etmap:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etmap:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.etmap.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etmap.ide:processResources
> Task :plugins:org.eclipse.etrice.core.etmap.ide:classes
> Task :plugins:org.eclipse.etrice.core.etmap.ide:jar
> Task :plugins:org.eclipse.etrice.core.etmap.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etmap.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etmap.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.etphys:processResources
> Task :plugins:org.eclipse.etrice.core.etphys:classes
> Task :plugins:org.eclipse.etrice.core.etphys:jar
> Task :plugins:org.eclipse.etrice.core.etphys:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etphys:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etphys:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.etphys.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.etphys.ide:processResources
> Task :plugins:org.eclipse.etrice.core.etphys.ide:classes
> Task :plugins:org.eclipse.etrice.core.etphys.ide:jar
> Task :plugins:org.eclipse.etrice.core.etphys.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etphys.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.etphys.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.fsm:processResources
> Task :plugins:org.eclipse.etrice.core.fsm:classes
> Task :plugins:org.eclipse.etrice.core.fsm:jar
> Task :plugins:org.eclipse.etrice.core.fsm:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.fsm:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.fsm:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.fsm.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.fsm.ide:processResources
> Task :plugins:org.eclipse.etrice.core.fsm.ide:classes
> Task :plugins:org.eclipse.etrice.core.fsm.ide:jar
> Task :plugins:org.eclipse.etrice.core.fsm.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.fsm.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.fsm.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.genmodel:processResources
> Task :plugins:org.eclipse.etrice.core.genmodel:classes
> Task :plugins:org.eclipse.etrice.core.genmodel:jar
> Task :plugins:org.eclipse.etrice.core.genmodel:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.genmodel:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.genmodel:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:processResources
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:classes
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:jar
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.genmodel.fsm:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.room:processResources
> Task :plugins:org.eclipse.etrice.core.room:classes
> Task :plugins:org.eclipse.etrice.core.room:jar
> Task :plugins:org.eclipse.etrice.core.room:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.room:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.room:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.core.room.ide:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.core.room.ide:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.core.room.ide:processResources
> Task :plugins:org.eclipse.etrice.core.room.ide:classes
> Task :plugins:org.eclipse.etrice.core.room.ide:jar
> Task :plugins:org.eclipse.etrice.core.room.ide:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.room.ide:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.core.room.ide:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.etunit.converter:generateXtext NO-SOURCE
> Task :plugins:org.eclipse.etrice.etunit.converter:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.etunit.converter:processResources
> Task :plugins:org.eclipse.etrice.etunit.converter:classes
> Task :plugins:org.eclipse.etrice.etunit.converter:jar
> Task :plugins:org.eclipse.etrice.etunit.converter:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.etunit.converter:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.etunit.converter:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator:processResources
> Task :plugins:org.eclipse.etrice.generator:classes
> Task :plugins:org.eclipse.etrice.generator:jar
> Task :plugins:org.eclipse.etrice.generator:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.base:processResources
> Task :plugins:org.eclipse.etrice.generator.base:classes
> Task :plugins:org.eclipse.etrice.generator.base:jar
> Task :plugins:org.eclipse.etrice.generator.base:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.base:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.base:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.config:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.config:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.c:processResources
> Task :plugins:org.eclipse.etrice.generator.c:classes
> Task :plugins:org.eclipse.etrice.generator.c:jar
> Task :plugins:org.eclipse.etrice.generator.c:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.c:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.c:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.config:processResources
> Task :plugins:org.eclipse.etrice.generator.config:classes
> Task :plugins:org.eclipse.etrice.generator.config:jar
> Task :plugins:org.eclipse.etrice.generator.config:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.config:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.config:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:processResources
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:classes
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:jar
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.contractmonitor:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.cpp:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.cpp:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.cpp:processResources
> Task :plugins:org.eclipse.etrice.generator.cpp:classes
> Task :plugins:org.eclipse.etrice.generator.cpp:jar
> Task :plugins:org.eclipse.etrice.generator.cpp:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.cpp:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.cpp:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.doc:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.doc:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.doc:processResources
> Task :plugins:org.eclipse.etrice.generator.doc:classes
> Task :plugins:org.eclipse.etrice.generator.doc:jar
> Task :plugins:org.eclipse.etrice.generator.doc:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.doc:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.doc:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.fsm:processResources
> Task :plugins:org.eclipse.etrice.generator.fsm:classes
> Task :plugins:org.eclipse.etrice.generator.fsm:jar
> Task :plugins:org.eclipse.etrice.generator.fsm:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.fsm:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.fsm:publishEtricePublicationToEclipseRepository
> Task :plugins:org.eclipse.etrice.generator.java:generateXtext UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.java:compileJava UP-TO-DATE
> Task :plugins:org.eclipse.etrice.generator.java:processResources
> Task :plugins:org.eclipse.etrice.generator.java:classes
> Task :plugins:org.eclipse.etrice.generator.java:jar
> Task :plugins:org.eclipse.etrice.generator.java:generateMetadataFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.java:generatePomFileForEtricePublication
> Task :plugins:org.eclipse.etrice.generator.java:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.modellib.c:zipModel UP-TO-DATE
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

> Task :runtime:org.eclipse.etrice.modellib.c:generateRoom
[WARNING] The msc instrumentation option is deprecated for the c generator and is replaced by preprocessor macros

> Task :runtime:org.eclipse.etrice.modellib.c:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.c:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.modellib.c:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.modellib.c:generate
> Task :runtime:org.eclipse.etrice.modellib.c:syncGenDir UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.c:zipModellib UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.c:publishEtricePublicationToEclipseRepository
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.google.inject.internal.cglib.core.$ReflectUtils$2 (file:/home/jenkins/agent/workspace/etrice-gitlab_MR-66/gradle_home/caches/modules-2/files-2.1/com.google.inject/guice/3.0/9d84f15fe35e2c716a02979fb62f50a29f38aefa/guice-3.0.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of com.google.inject.internal.cglib.core.$ReflectUtils$2
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
> Task :runtime:org.eclipse.etrice.modellib.java:generateRoom
> Task :runtime:org.eclipse.etrice.runtime.java:compileJava UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:compileJava UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:processResources UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:classes UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:jar UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:zipModel UP-TO-DATE
> Task :runtime:org.eclipse.etrice.modellib.java:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.modellib.java:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.modellib.java:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.c:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.java:processResources NO-SOURCE
> Task :runtime:org.eclipse.etrice.runtime.java:classes UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:jar UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.java:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.java:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.java:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-32bit-freertos-generic:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-posix-generic-gcc:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:mt-win-mingw:publishEtricePublicationToEclipseRepository
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:zipSource UP-TO-DATE
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:generateMetadataFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:generatePomFileForEtricePublication
> Task :runtime:org.eclipse.etrice.runtime.c:st-32bit-generic:publishEtricePublicationToEclipseRepository

Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.

You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.

See https://docs.gradle.org/8.0.2/userguide/command_line_interface.html#sec:command_line_warnings

BUILD SUCCESSFUL in 1m 4s
203 actionable tasks: 151 executed, 52 up-to-date
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy P2)
Stage "Deploy P2" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
Archiving artifacts
[Pipeline] junit
Recording test results
[Checks API] No suitable checks publisher found.
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] }
[Pipeline] // podTemplate
[Pipeline] End of Pipeline
[GitLab Pipeline Status] Notifying merge request build status: SUCCESS etrice-gitlab/MR-66 #1: This commit looks good.
[GitLab Pipeline Status] Notified
Finished: SUCCESS