Skip to content

Console Output

Started by an SCM change
Running as SYSTEM
Agent basic-lc6zf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-lc6zf"
  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-lc6zf"
    - 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-lc6zf"
    - 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-lc6zf (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-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-iNrLhCTB8m8g/agent.50
SSH_AGENT_PID=52
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop@tmp/private_key_9938867457762099584.key (/home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop@tmp/private_key_9938867457762099584.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.framework-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.framework-develop] $ /opt/tools/apache-maven/latest/bin/mvn -f framework/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
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/releng/org.eclipse.app4mc.transformation.target/org.eclipse.app4mc.transformation.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@781ce680...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.starter:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.examples.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.examples.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.p2repo:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/releng/org.eclipse.app4mc.transformation.p2repo/.polyglot.category.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] APP4MC Model Transformation                                        [pom]
[INFO] app4mc.example.transform.samplemodel                               [jar]
[INFO] app4mc.example.transform.m2m                                       [jar]
[INFO] app4mc.example.transform.m2t                                       [jar]
[INFO] app4mc.example.transform.product                                   [jar]
[INFO] [aggregator] plugins                                               [pom]
[INFO] [bundle] APP4MC Model Transformation Framework          [eclipse-plugin]
[INFO] [bundle] APP4MC Model Transformation Examples Installer [eclipse-plugin]
[INFO] [bundle] APP4MC Model Transformation Starter Plugin     [eclipse-plugin]
[INFO] [bundle] APP4MC Transformation UI                       [eclipse-plugin]
[INFO] [aggregator] features                                              [pom]
[INFO] [feature] APP4MC Model Transformation Framework        [eclipse-feature]
[INFO] [feature] APP4MC Model Transformation Examples         [eclipse-feature]
[INFO] [feature] APP4MC Model Transformation Framework SDK    [eclipse-feature]
[INFO] [feature] APP4MC Model Transformation UI Feature       [eclipse-feature]
[INFO] [feature] APP4MC Model Transformation UI Feature SDK   [eclipse-feature]
[INFO] [aggregator] releng                                                [pom]
[INFO] APP4MC Model Transformation P2 Updatesite           [eclipse-repository]
[INFO] [target] Model Transformation Target         [eclipse-target-definition]
[INFO] 
[INFO] --------------< org.eclipse.app4mc.transformation:parent >--------------
[INFO] Building APP4MC Model Transformation 3.2.0-SNAPSHOT               [1/19]
[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.transformation:app4mc.example.transform.samplemodel >--
[INFO] Building app4mc.example.transform.samplemodel 3.2.0-SNAPSHOT      [2/19]
[INFO]   from examples/app4mc.example.transform.samplemodel/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.transform.samplemodel ---
[INFO] 
[INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.transform.samplemodel ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.transform.samplemodel ---
[INFO] Executing tasks

main:
     [copy] Copying 30 files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/examples/app4mc.example.transform.samplemodel
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.transform.samplemodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.samplemodel/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.transform.samplemodel ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.transform.samplemodel ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.samplemodel/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.transform.samplemodel ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.transform.samplemodel ---
[WARNING] The POM for commons-io:commons-io:jar:2.12.0 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ app4mc.example.transform.samplemodel ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.transform.samplemodel ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.samplemodel/target/app4mc.example.transform.samplemodel-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ app4mc.example.transform.samplemodel ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.samplemodel/target/app4mc.example.transform.samplemodel-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.transformation:app4mc.example.transform.m2m >---
[INFO] Building app4mc.example.transform.m2m 3.2.0-SNAPSHOT              [3/19]
[INFO]   from examples/app4mc.example.transform.m2m/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.transform.m2m ---
[INFO] 
[INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.transform.m2m ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.transform.m2m ---
[INFO] Executing tasks

main:
     [copy] Copying 17 files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/examples/app4mc.example.transform.m2m
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.transform.m2m ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2m/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.transform.m2m ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.transform.m2m ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2m/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.transform.m2m ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.transform.m2m ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ app4mc.example.transform.m2m ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.transform.m2m ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2m/target/app4mc.example.transform.m2m-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ app4mc.example.transform.m2m ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2m/target/app4mc.example.transform.m2m-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.transformation:app4mc.example.transform.m2t >---
[INFO] Building app4mc.example.transform.m2t 3.2.0-SNAPSHOT              [4/19]
[INFO]   from examples/app4mc.example.transform.m2t/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.transform.m2t ---
[INFO] 
[INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.transform.m2t ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.transform.m2t ---
[INFO] Executing tasks

main:
     [copy] Copying 21 files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/examples/app4mc.example.transform.m2t
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.transform.m2t ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2t/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.transform.m2t ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.transform.m2t ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2t/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.transform.m2t ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.transform.m2t ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ app4mc.example.transform.m2t ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.transform.m2t ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2t/target/app4mc.example.transform.m2t-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ app4mc.example.transform.m2t ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.m2t/target/app4mc.example.transform.m2t-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:app4mc.example.transform.product >--
[INFO] Building app4mc.example.transform.product 3.2.0-SNAPSHOT          [5/19]
[INFO]   from examples/app4mc.example.transform.product/pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.transform.product ---
[INFO] 
[INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.transform.product ---
[INFO] Executing tasks

main:
[INFO] Executed tasks
[INFO] 
[INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.transform.product ---
[INFO] Executing tasks

main:
     [copy] Copying 14 files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/examples/app4mc.example.transform.product
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.transform.product ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.product/src/main/resources
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.transform.product ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.transform.product ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.product/src/test/resources
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.transform.product ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.transform.product ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ app4mc.example.transform.product ---
[INFO] 
[INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.transform.product ---
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.product/target/app4mc.example.transform.product-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ app4mc.example.transform.product ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/examples/app4mc.example.transform.product/target/app4mc.example.transform.product-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] -------------< org.eclipse.app4mc.transformation:plugins >--------------
[INFO] Building [aggregator] plugins 3.2.0-SNAPSHOT                      [6/19]
[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.transformation:org.eclipse.app4mc.transformation >--
[INFO] Building [bundle] APP4MC Model Transformation Framework 3.2.0-SNAPSHOT [7/19]
[INFO]   from plugins/org.eclipse.app4mc.transformation/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.transformation ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.transformation ---
[INFO] Resolving class path of [bundle] APP4MC Model Transformation Framework...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.transformation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.transformation ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.transformation ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.transformation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/target/org.eclipse.app4mc.transformation-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.transformation ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/target/org.eclipse.app4mc.transformation-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/target/org.eclipse.app4mc.transformation-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation/target/org.eclipse.app4mc.transformation-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.transformation ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.transformation ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.examples.installer >--
[INFO] Building [bundle] APP4MC Model Transformation Examples Installer 3.2.0-SNAPSHOT [8/19]
[INFO]   from plugins/org.eclipse.app4mc.transformation.examples.installer/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Resolving class path of [bundle] APP4MC Model Transformation Examples Installer...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/target/org.eclipse.app4mc.transformation.examples.installer-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/target/org.eclipse.app4mc.transformation.examples.installer-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/target/org.eclipse.app4mc.transformation.examples.installer-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.examples.installer/target/org.eclipse.app4mc.transformation.examples.installer-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.transformation.examples.installer ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.starter >--
[INFO] Building [bundle] APP4MC Model Transformation Starter Plugin 3.2.0-SNAPSHOT [9/19]
[INFO]   from plugins/org.eclipse.app4mc.transformation.starter/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.transformation.starter ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Resolving class path of [bundle] APP4MC Model Transformation Starter Plugin...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.transformation.starter ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/target/org.eclipse.app4mc.transformation.starter-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/target/org.eclipse.app4mc.transformation.starter-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.starter ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/target/org.eclipse.app4mc.transformation.starter-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.starter/target/org.eclipse.app4mc.transformation.starter-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.transformation.starter ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.transformation.starter ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui >--
[INFO] Building [bundle] APP4MC Transformation UI 3.2.0-SNAPSHOT        [10/19]
[INFO]   from plugins/org.eclipse.app4mc.transformation.ui/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.transformation.ui ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Resolving class path of [bundle] APP4MC Transformation UI...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.transformation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/target/org.eclipse.app4mc.transformation.ui-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/target/org.eclipse.app4mc.transformation.ui-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/target/org.eclipse.app4mc.transformation.ui-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/plugins/org.eclipse.app4mc.transformation.ui/target/org.eclipse.app4mc.transformation.ui-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.transformation.ui ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.transformation.ui ---
[INFO] No tests to run.
[INFO] 
[INFO] -------------< org.eclipse.app4mc.transformation:features >-------------
[INFO] Building [aggregator] features 3.2.0-SNAPSHOT                    [11/19]
[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.transformation:org.eclipse.app4mc.transformation.feature >--
[INFO] Building [feature] APP4MC Model Transformation Framework 3.2.0-SNAPSHOT [12/19]
[INFO]   from features/org.eclipse.app4mc.transformation.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.transformation.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature/target/org.eclipse.app4mc.transformation.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.transformation.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature/target/org.eclipse.app4mc.transformation.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.examples.feature >--
[INFO] Building [feature] APP4MC Model Transformation Examples 3.2.0-SNAPSHOT [13/19]
[INFO]   from features/org.eclipse.app4mc.transformation.examples.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.examples.feature/target/org.eclipse.app4mc.transformation.examples.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.examples.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.examples.feature/target/org.eclipse.app4mc.transformation.examples.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.feature.sdk >--
[INFO] Building [feature] APP4MC Model Transformation Framework SDK 3.2.0-SNAPSHOT [14/19]
[INFO]   from features/org.eclipse.app4mc.transformation.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature.sdk/target/org.eclipse.app4mc.transformation.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.feature.sdk/target/org.eclipse.app4mc.transformation.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui.feature >--
[INFO] Building [feature] APP4MC Model Transformation UI Feature 3.2.0-SNAPSHOT [15/19]
[INFO]   from features/org.eclipse.app4mc.transformation.ui.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature/target/org.eclipse.app4mc.transformation.ui.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.ui.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature/target/org.eclipse.app4mc.transformation.ui.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.ui.feature.sdk >--
[INFO] Building [feature] APP4MC Model Transformation UI Feature SDK 3.2.0-SNAPSHOT [16/19]
[INFO]   from features/org.eclipse.app4mc.transformation.ui.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature.sdk/target/org.eclipse.app4mc.transformation.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.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.ui.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/features/org.eclipse.app4mc.transformation.ui.feature.sdk/target/org.eclipse.app4mc.transformation.ui.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --------------< org.eclipse.app4mc.transformation:releng >--------------
[INFO] Building [aggregator] releng 3.2.0-SNAPSHOT                      [17/19]
[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.transformation:org.eclipse.app4mc.transformation.p2repo >--
[INFO] Building APP4MC Model Transformation P2 Updatesite 3.2.0-SNAPSHOT [18/19]
[INFO]   from releng/org.eclipse.app4mc.transformation.p2repo/.polyglot.category.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] The project's OSGi version is 3.2.0.202402121343
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.framework-develop/framework/releng/org.eclipse.app4mc.transformation.p2repo/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.transformation.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.transformation.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.transformation.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.transformation.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.transformation.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.ui,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][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.transformation.ui.feature.sdk,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.source,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.examples.installer,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][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.transformation.feature.sdk,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][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.transformation.ui.feature,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.starter.source,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.ui.source,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.transformation.starter,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][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.transformation.examples.feature,3.2.0.202402121343.
[WARNING] [62670754-dd0b-48f0-8186-0fc8c337f09a][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.transformation.feature,3.2.0.202402121343.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ org.eclipse.app4mc.transformation.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.framework-develop/framework/releng/org.eclipse.app4mc.transformation.p2repo/target/org.eclipse.app4mc.transformation.p2repo-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.p2repo ---
[INFO] 
[INFO] --< org.eclipse.app4mc.transformation:org.eclipse.app4mc.transformation.target >--
[INFO] Building [target] Model Transformation Target 3.2.0-SNAPSHOT     [19/19]
[INFO]   from releng/org.eclipse.app4mc.transformation.target/.polyglot.org.eclipse.app4mc.transformation.target.target
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.transformation.target ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.transformation.target ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.transformation.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.transformation.target ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for APP4MC Model Transformation 3.2.0-SNAPSHOT:
[INFO] 
[INFO] APP4MC Model Transformation ........................ SUCCESS [  1.438 s]
[INFO] app4mc.example.transform.samplemodel ............... SUCCESS [  4.759 s]
[INFO] app4mc.example.transform.m2m ....................... SUCCESS [  0.975 s]
[INFO] app4mc.example.transform.m2t ....................... SUCCESS [  1.216 s]
[INFO] app4mc.example.transform.product ................... SUCCESS [  0.795 s]
[INFO] [aggregator] plugins ............................... SUCCESS [  0.003 s]
[INFO] [bundle] APP4MC Model Transformation Framework ..... SUCCESS [  7.170 s]
[INFO] [bundle] APP4MC Model Transformation Examples Installer SUCCESS [  2.555 s]
[INFO] [bundle] APP4MC Model Transformation Starter Plugin  SUCCESS [  2.727 s]
[INFO] [bundle] APP4MC Transformation UI .................. SUCCESS [  2.302 s]
[INFO] [aggregator] features .............................. SUCCESS [  0.002 s]
[INFO] [feature] APP4MC Model Transformation Framework .... SUCCESS [  0.976 s]
[INFO] [feature] APP4MC Model Transformation Examples ..... SUCCESS [  0.923 s]
[INFO] [feature] APP4MC Model Transformation Framework SDK  SUCCESS [  0.818 s]
[INFO] [feature] APP4MC Model Transformation UI Feature ... SUCCESS [  0.814 s]
[INFO] [feature] APP4MC Model Transformation UI Feature SDK SUCCESS [  0.848 s]
[INFO] [aggregator] releng ................................ SUCCESS [  0.003 s]
[INFO] APP4MC Model Transformation P2 Updatesite .......... SUCCESS [  1.688 s]
[INFO] [target] Model Transformation Target ............... SUCCESS [  0.004 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  56.230 s
[INFO] Finished at: 2024-02-12T13:44:38Z
[INFO] ------------------------------------------------------------------------
[build-app4mc-model.transform.framework-develop] $ /bin/bash /tmp/jenkins7680893243069052560.sh

 *** Delivery of snapshot ***


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

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

...done

Starting copy of p2 archive to download area...

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

...done
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 52 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
Triggering a new build of build-app4mc-model.transform.slg-develop
Triggering a new build of build-app4mc-model.transform.sim.app4mc-develop
Finished: SUCCESS