Skip to content

Console Output

Started by upstream project "build-app4mc-model.transform.framework-develop" build number 1117
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent basic-g8vj3 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-g8vj3"
  namespace: "app4mc"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.app4mc.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-g8vj3"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-g8vj3"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.app4mc.svc.cluster.local/app4mc/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-app4mc"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on basic-g8vj3 (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-yrC3a7yJGzlu/agent.51
SSH_AGENT_PID=53
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop@tmp/private_key_12382229065329120818.key (/home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop@tmp/private_key_12382229065329120818.key)
[ssh-agent] Using credentials genie.app4mc (ssh://genie.app4mc@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.transformation.git
 > git init /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.transformation.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.transformation.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.addon.transformation.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/develop^{commit} # timeout=10
Checking out Revision 69e86c2888a6ac0dfa16eefe5aff7f1f11634d32 (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 69e86c2888a6ac0dfa16eefe5aff7f1f11634d32 # timeout=10
Commit message: "Updated plugin versions to 3.2.0 to reflect dependency to model version (pom.xml, feature.xml, MANIFEST.MF)"
 > git rev-list --no-walk 35f4a22df5e2294e602e88b55d8207af8b3fb8c2 # timeout=10
[build-app4mc-model.transform.slg-develop] $ /opt/tools/apache-maven/latest/bin/mvn -f load_generator/pom.xml clean verify -Psign
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.0.18-200.fc36.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.22 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] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] 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-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[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.6 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 org.apache.commons:commons-compress:jar:sources:1.22 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.target/org.eclipse.app4mc.slg.target.target for environments=[linux/gtk/x86_64, win32/win32/x86_64, macosx/cocoa/x86_64], include source mode=honor, execution environment=StandardEEResolutionHints [executionEnvironment=OSGi profile 'JavaSE-17' { source level: 17, target level: 17}], remote p2 repository options=org.eclipse.tycho.p2.remote.RemoteAgent@6ce9a671...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.edit:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.editor:1.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.ui.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.ui.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:linux_slg_headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.p2repo:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/.polyglot.category.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.slg:ros2_slg_headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] APP4MC Synthetic Load Generator (SLG)                              [pom]
[INFO] [aggregator] plugins                                               [pom]
[INFO] [bundle] APP4MC SLG Configuration Model                 [eclipse-plugin]
[INFO] [bundle] APP4MC SLG Commons M2T                         [eclipse-plugin]
[INFO] [bundle] APP4MC SLG Configuration Model Edit Support    [eclipse-plugin]
[INFO] [bundle] APP4MC SLG Configuration Model Editor          [eclipse-plugin]
[INFO] [bundle] APP4MC SLG Linux                               [eclipse-plugin]
[INFO] [bundle] APP4MC SLG ROS2                                [eclipse-plugin]
[INFO] [aggregator] features                                              [pom]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Commons [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration SDK [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Commons SDK [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI SDK [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Linux [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Linux SDK [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 [eclipse-feature]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 SDK [eclipse-feature]
[INFO] linux_slg_headless                                  [eclipse-repository]
[INFO] [aggregator] releng                                                [pom]
[INFO] APP4MC SLG P2 Updatesite                            [eclipse-repository]
[INFO] ros2_slg_headless                                   [eclipse-repository]
[INFO] [target] Synthetic Load Generator Target     [eclipse-target-definition]
[INFO] 
[INFO] -------------------< org.eclipse.app4mc.slg:parent >--------------------
[INFO] Building APP4MC Synthetic Load Generator (SLG) 3.2.0-SNAPSHOT     [1/24]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ parent ---
[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
[INFO] 
[INFO] -------------------< org.eclipse.app4mc.slg:plugins >-------------------
[INFO] Building [aggregator] plugins 3.2.0-SNAPSHOT                      [2/24]
[INFO]   from plugins/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ plugins ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ plugins ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config >--------
[INFO] Building [bundle] APP4MC SLG Configuration Model 3.2.0-SNAPSHOT   [3/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.config/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.config ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.config ---
[INFO] Resolving class path of [bundle] APP4MC SLG Configuration Model...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.config ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.config ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.config ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/target/org.eclipse.app4mc.slg.config-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.config ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/target/org.eclipse.app4mc.slg.config-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/target/org.eclipse.app4mc.slg.config-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config/target/org.eclipse.app4mc.slg.config-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.config ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.config ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t >------
[INFO] Building [bundle] APP4MC SLG Commons M2T 3.2.0-SNAPSHOT           [4/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.commons.m2t/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Resolving class path of [bundle] APP4MC SLG Commons M2T...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/target/org.eclipse.app4mc.slg.commons.m2t-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/target/org.eclipse.app4mc.slg.commons.m2t-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/target/org.eclipse.app4mc.slg.commons.m2t-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.commons.m2t/target/org.eclipse.app4mc.slg.commons.m2t-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.commons.m2t ---
[INFO] No tests to run.
[INFO] 
[INFO] -----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.edit >------
[INFO] Building [bundle] APP4MC SLG Configuration Model Edit Support 1.0.0-SNAPSHOT [5/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.config.edit/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] The project's OSGi version is 1.0.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Resolving class path of [bundle] APP4MC SLG Configuration Model Edit Support...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/target/org.eclipse.app4mc.slg.config.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/target/org.eclipse.app4mc.slg.config.edit-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/target/org.eclipse.app4mc.slg.config.edit-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.edit/target/org.eclipse.app4mc.slg.config.edit-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.config.edit ---
[INFO] No tests to run.
[INFO] 
[INFO] ----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.editor >-----
[INFO] Building [bundle] APP4MC SLG Configuration Model Editor 1.0.0-SNAPSHOT [6/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.config.editor/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] The project's OSGi version is 1.0.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Resolving class path of [bundle] APP4MC SLG Configuration Model Editor...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/target/org.eclipse.app4mc.slg.config.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/target/org.eclipse.app4mc.slg.config.editor-1.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/target/org.eclipse.app4mc.slg.config.editor-1.0.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.config.editor/target/org.eclipse.app4mc.slg.config.editor-1.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.config.editor ---
[INFO] No tests to run.
[INFO] 
[INFO] --------< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux >---------
[INFO] Building [bundle] APP4MC SLG Linux 3.2.0-SNAPSHOT                 [7/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.linux/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.linux ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.linux ---
[INFO] Resolving class path of [bundle] APP4MC SLG Linux...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.linux ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.linux ---
[INFO] Compiling 28 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.linux ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.linux ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.linux ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/target/org.eclipse.app4mc.slg.linux-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.linux ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/target/org.eclipse.app4mc.slg.linux-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.linux ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/target/org.eclipse.app4mc.slg.linux-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.linux/target/org.eclipse.app4mc.slg.linux-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.linux ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.linux ---
[INFO] No tests to run.
[INFO] 
[INFO] ---------< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2 >---------
[INFO] Building [bundle] APP4MC SLG ROS2 3.2.0-SNAPSHOT                  [8/24]
[INFO]   from plugins/org.eclipse.app4mc.slg.ros2/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Resolving class path of [bundle] APP4MC SLG ROS2...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/target/org.eclipse.app4mc.slg.ros2-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/target/org.eclipse.app4mc.slg.ros2-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/target/org.eclipse.app4mc.slg.ros2-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/plugins/org.eclipse.app4mc.slg.ros2/target/org.eclipse.app4mc.slg.ros2-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.slg.ros2 ---
[INFO] No tests to run.
[INFO] 
[INFO] ------------------< org.eclipse.app4mc.slg:features >-------------------
[INFO] Building [aggregator] features 3.2.0-SNAPSHOT                     [9/24]
[INFO]   from features/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ features ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ features ---
[INFO] 
[INFO] ----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.feature >----
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Configuration 3.2.0-SNAPSHOT [10/24]
[INFO]   from features/org.eclipse.app4mc.slg.config.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature/target/org.eclipse.app4mc.slg.config.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature/target/org.eclipse.app4mc.slg.config.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t.feature >--
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Commons 3.2.0-SNAPSHOT [11/24]
[INFO]   from features/org.eclipse.app4mc.slg.commons.m2t.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature/target/org.eclipse.app4mc.slg.commons.m2t.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.commons.m2t.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature/target/org.eclipse.app4mc.slg.commons.m2t.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.feature.sdk >--
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Configuration SDK 3.2.0-SNAPSHOT [12/24]
[INFO]   from features/org.eclipse.app4mc.slg.config.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature.sdk/target/org.eclipse.app4mc.slg.config.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.feature.sdk/target/org.eclipse.app4mc.slg.config.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.commons.m2t.feature.sdk >--
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Commons SDK 3.2.0-SNAPSHOT [13/24]
[INFO]   from features/org.eclipse.app4mc.slg.commons.m2t.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature.sdk/target/org.eclipse.app4mc.slg.commons.m2t.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.commons.m2t.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.commons.m2t.feature.sdk/target/org.eclipse.app4mc.slg.commons.m2t.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.ui.feature >---
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI 3.2.0-SNAPSHOT [14/24]
[INFO]   from features/org.eclipse.app4mc.slg.config.ui.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature/target/org.eclipse.app4mc.slg.config.ui.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.ui.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature/target/org.eclipse.app4mc.slg.config.ui.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.config.ui.feature.sdk >--
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI SDK 3.2.0-SNAPSHOT [15/24]
[INFO]   from features/org.eclipse.app4mc.slg.config.ui.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature.sdk/target/org.eclipse.app4mc.slg.config.ui.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.config.ui.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.config.ui.feature.sdk/target/org.eclipse.app4mc.slg.config.ui.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux.feature >-----
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Linux 3.2.0-SNAPSHOT [16/24]
[INFO]   from features/org.eclipse.app4mc.slg.linux.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature/target/org.eclipse.app4mc.slg.linux.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.linux.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature/target/org.eclipse.app4mc.slg.linux.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.linux.feature.sdk >---
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - Linux SDK 3.2.0-SNAPSHOT [17/24]
[INFO]   from features/org.eclipse.app4mc.slg.linux.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature.sdk/target/org.eclipse.app4mc.slg.linux.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.linux.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.linux.feature.sdk/target/org.eclipse.app4mc.slg.linux.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2.feature >-----
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 3.2.0-SNAPSHOT [18/24]
[INFO]   from features/org.eclipse.app4mc.slg.ros2.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature/target/org.eclipse.app4mc.slg.ros2.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.ros2.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature/target/org.eclipse.app4mc.slg.ros2.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.ros2.feature.sdk >---
[INFO] Building [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 SDK 3.2.0-SNAPSHOT [19/24]
[INFO]   from features/org.eclipse.app4mc.slg.ros2.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature.sdk/target/org.eclipse.app4mc.slg.ros2.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.ros2.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/features/org.eclipse.app4mc.slg.ros2.feature.sdk/target/org.eclipse.app4mc.slg.ros2.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.app4mc.slg:linux_slg_headless >--------------
[INFO] Building linux_slg_headless 3.2.0-SNAPSHOT                       [20/24]
[INFO]   from releng/org.eclipse.app4mc.slg.linux.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ linux_slg_headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ linux_slg_headless ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ linux_slg_headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ linux_slg_headless ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ linux_slg_headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-products (default-publish-products) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-categories (default-publish-categories) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:attach-artifacts (default-attach-artifacts) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:assemble-repository (default-assemble-repository) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.commons.m2t,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.linux,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.linux.product.executable.gtk.linux.x86_64,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.linux.product.executable.win32.win32.x86_64,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.linux.product.executable.cocoa.macosx.x86_64,3.2.0.202402121345.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ linux_slg_headless ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ linux_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/linux_slg_headless-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ linux_slg_headless ---
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:materialize-products (materialize-products) @ linux_slg_headless ---
[INFO] Installing product org.eclipse.app4mc.slg.linux.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product/linux/gtk/x86_64
Installing org.eclipse.app4mc.slg.linux.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 1069 ms.
[INFO] Installing product org.eclipse.app4mc.slg.linux.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product/win32/win32/x86_64
Installing org.eclipse.app4mc.slg.linux.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 837 ms.
[INFO] Installing product org.eclipse.app4mc.slg.linux.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.eclipse.app4mc.slg.linux.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 778 ms.
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:archive-products (archive-products) @ linux_slg_headless ---
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target/products/org.eclipse.app4mc.slg.linux.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- bnd-export:6.4.0:export (default) @ linux_slg_headless ---
[INFO] Exporting /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/linux_slg.bndrun:
[INFO] 
[INFO] -------------------< org.eclipse.app4mc.slg:releng >--------------------
[INFO] Building [aggregator] releng 3.2.0-SNAPSHOT                      [21/24]
[INFO]   from releng/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ releng ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ releng ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.p2repo >--------
[INFO] Building APP4MC SLG P2 Updatesite 3.2.0-SNAPSHOT                 [22/24]
[INFO]   from releng/org.eclipse.app4mc.slg.p2repo/.polyglot.category.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-products (default-publish-products) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-categories (default-publish-categories) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config.edit,1.0.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.commons.m2t.feature,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.config.ui.feature.sdk,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.linux.feature,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.commons.m2t.source,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.commons.m2t,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.ros2.feature.sdk,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.ros2.source,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.commons.m2t.feature.sdk,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.ros2.feature,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config.editor.source,1.0.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config.edit.source,1.0.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.linux.feature.sdk,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.linux,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.ros2,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.linux.source,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config.source,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.config.feature.sdk,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.config.ui.feature,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.slg.config.feature,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config.editor,1.0.0.202402121345.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ org.eclipse.app4mc.slg.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/target/org.eclipse.app4mc.slg.p2repo-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.p2repo ---
[INFO] 
[INFO] --------------< org.eclipse.app4mc.slg:ros2_slg_headless >--------------
[INFO] Building ros2_slg_headless 3.2.0-SNAPSHOT                        [23/24]
[INFO]   from releng/org.eclipse.app4mc.slg.ros2.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ ros2_slg_headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ ros2_slg_headless ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ ros2_slg_headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ ros2_slg_headless ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ ros2_slg_headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Published profile IUs: [a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 12.0.0]
[INFO] Published profile IUs: [a.jre.javase 13.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0]
[INFO] Published profile IUs: [a.jre.javase 15.0.0]
[INFO] Published profile IUs: [a.jre.javase 16.0.0]
[INFO] Published profile IUs: [a.jre.javase 17.0.0]
[INFO] Published profile IUs: [a.jre.javase 18.0.0]
[INFO] Published profile IUs: [a.jre.javase 19.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] Published profile IUs: [a.jre.javase 22.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-products (default-publish-products) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-categories (default-publish-categories) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:attach-artifacts (default-attach-artifacts) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:assemble-repository (default-assemble-repository) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.commons.m2t,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.config,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.slg.ros2,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.ros2.product.executable.gtk.linux.x86_64,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.ros2.product.executable.win32.win32.x86_64,3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.slg.ros2.product.executable.cocoa.macosx.x86_64,3.2.0.202402121345.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ ros2_slg_headless ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ ros2_slg_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/ros2_slg_headless-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ ros2_slg_headless ---
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:materialize-products (materialize-products) @ ros2_slg_headless ---
[INFO] Installing product org.eclipse.app4mc.slg.ros2.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product/linux/gtk/x86_64
Installing org.eclipse.app4mc.slg.ros2.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 784 ms.
[INFO] Installing product org.eclipse.app4mc.slg.ros2.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product/win32/win32/x86_64
Installing org.eclipse.app4mc.slg.ros2.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 780 ms.
[INFO] Installing product org.eclipse.app4mc.slg.ros2.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.eclipse.app4mc.slg.ros2.product 3.2.0.202402121345.
[WARNING] [0cebcd96-14b3-4b1c-b29c-f35863482a63][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 779 ms.
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:archive-products (archive-products) @ ros2_slg_headless ---
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target/products/org.eclipse.app4mc.slg.ros2.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- bnd-export:6.4.0:export (default) @ ros2_slg_headless ---
[INFO] Exporting /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/ros2_slg.bndrun:
[INFO] 
[INFO] --------< org.eclipse.app4mc.slg:org.eclipse.app4mc.slg.target >--------
[INFO] Building [target] Synthetic Load Generator Target 3.2.0-SNAPSHOT [24/24]
[INFO]   from releng/org.eclipse.app4mc.slg.target/.polyglot.org.eclipse.app4mc.slg.target.target
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.slg.target ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.slg.target ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.slg.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.slg.target ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] APP4MC Synthetic Load Generator (SLG) 3.2.0-SNAPSHOT SUCCESS [  1.161 s]
[INFO] [aggregator] plugins 3.2.0-SNAPSHOT ................ SUCCESS [  0.005 s]
[INFO] [bundle] APP4MC SLG Configuration Model 3.2.0-SNAPSHOT SUCCESS [  7.036 s]
[INFO] [bundle] APP4MC SLG Commons M2T 3.2.0-SNAPSHOT ..... SUCCESS [  2.348 s]
[INFO] [bundle] APP4MC SLG Configuration Model Edit Support 1.0.0-SNAPSHOT SUCCESS [  1.808 s]
[INFO] [bundle] APP4MC SLG Configuration Model Editor 1.0.0-SNAPSHOT SUCCESS [  2.728 s]
[INFO] [bundle] APP4MC SLG Linux 3.2.0-SNAPSHOT ........... SUCCESS [  2.957 s]
[INFO] [bundle] APP4MC SLG ROS2 3.2.0-SNAPSHOT ............ SUCCESS [  3.566 s]
[INFO] [aggregator] features 3.2.0-SNAPSHOT ............... SUCCESS [  0.002 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration 3.2.0-SNAPSHOT SUCCESS [  1.236 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Commons 3.2.0-SNAPSHOT SUCCESS [  0.772 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration SDK 3.2.0-SNAPSHOT SUCCESS [  0.824 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Commons SDK 3.2.0-SNAPSHOT SUCCESS [  1.003 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI 3.2.0-SNAPSHOT SUCCESS [  1.550 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Configuration UI SDK 3.2.0-SNAPSHOT SUCCESS [  0.894 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Linux 3.2.0-SNAPSHOT SUCCESS [  0.783 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - Linux SDK 3.2.0-SNAPSHOT SUCCESS [  0.797 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 3.2.0-SNAPSHOT SUCCESS [  0.765 s]
[INFO] [feature] APP4MC Synthetic Load Generator (SLG) - ROS2 SDK 3.2.0-SNAPSHOT SUCCESS [  1.126 s]
[INFO] linux_slg_headless 3.2.0-SNAPSHOT .................. SUCCESS [ 12.310 s]
[INFO] [aggregator] releng 3.2.0-SNAPSHOT ................. SUCCESS [  0.004 s]
[INFO] APP4MC SLG P2 Updatesite 3.2.0-SNAPSHOT ............ SUCCESS [  8.320 s]
[INFO] ros2_slg_headless 3.2.0-SNAPSHOT ................... SUCCESS [ 10.262 s]
[INFO] [target] Synthetic Load Generator Target 3.2.0-SNAPSHOT SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:26 min
[INFO] Finished at: 2024-02-12T13:46:46Z
[INFO] ------------------------------------------------------------------------
[build-app4mc-model.transform.slg-develop] $ /bin/bash /tmp/jenkins17810788536503607584.sh

 *** Delivery of snapshot ***


Starting copy of p2 update site to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/target/repository
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/transformation.slg/snapshot/p2repo

...done

Starting copy of p2 archive to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/target
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/transformation.slg/snapshot
/home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.p2repo/target/org.eclipse.app4mc.slg.commons.p2repo-*.zip: No such file or directory

...done

Starting copy of headless jar to download area...

Source folder: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.linux.product/target
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/transformation.slg/snapshot/headless
Source folder: /home/jenkins/agent/workspace/build-app4mc-model.transform.slg-develop/load_generator/releng/org.eclipse.app4mc.slg.ros2.product/target
Target folder: /home/data/httpd/download.eclipse.org/app4mc/components/addon/transformation.slg/snapshot/headless

...done
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 53 killed;
[ssh-agent] Stopped.
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS