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-n50k8 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-n50k8"
  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-n50k8"
    - 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-n50k8"
    - 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-n50k8 (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-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-OBcU1x59X7oF/agent.49
SSH_AGENT_PID=51
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop@tmp/private_key_8074908120215427489.key (/home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop@tmp/private_key_8074908120215427489.key)
[ssh-agent] Using credentials genie.app4mc (ssh://genie.app4mc@projects-storage.eclipse.org)
The recommended git tool is: NONE
using credential projects-storage.eclipse.org-bot-ssh
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.sim.app4mc-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'
using GIT_SSH to set credentials ssh://genie.app4mc@projects-storage.eclipse.org
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop@tmp/jenkins-gitclient-ssh11666878244496523432.key
Verifying host key using manually-configured host key entries
 > 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.sim.app4mc-develop] $ /opt/tools/apache-maven/latest/bin/mvn -f simulation_generator/app4mc.sim/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.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.target/org.eclipse.app4mc.amlt2systemc.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@e30b8f0...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.m2t:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.m2t.cust:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.feature:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.feature.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.p2repo:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.p2repo/.polyglot.category.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:amlt2systemc_headless:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] Amalthea Model to SystemC Transformation                           [pom]
[INFO] [aggregator] plugins                                               [pom]
[INFO] [bundle] M2T: Amalthea to SystemC transformation templates [eclipse-plugin]
[INFO] [bundle] org.eclipse.app4mc.amlt2systemc.m2t.cust       [eclipse-plugin]
[INFO] [aggregator] features                                              [pom]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC  [eclipse-feature]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC SDK [eclipse-feature]
[INFO] [aggregator] releng                                                [pom]
[INFO] APP4MC AMALTHEA to SystemC transformation P2 Updatesite [eclipse-repository]
[INFO] amlt2systemc_headless                               [eclipse-repository]
[INFO] [target] Amlt2SystemC Transformation Target  [eclipse-target-definition]
[INFO] 
[INFO] ---------------< org.eclipse.app4mc.amlt2systemc:parent >---------------
[INFO] Building Amalthea Model to SystemC Transformation 3.2.0-SNAPSHOT  [1/11]
[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.amlt2systemc:plugins >---------------
[INFO] Building [aggregator] plugins 3.2.0-SNAPSHOT                      [2/11]
[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.amlt2systemc:org.eclipse.app4mc.amlt2systemc.m2t >--
[INFO] Building [bundle] M2T: Amalthea to SystemC transformation templates 3.2.0-SNAPSHOT [3/11]
[INFO]   from plugins/org.eclipse.app4mc.amlt2systemc.m2t/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amlt2systemc.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.amlt2systemc.m2t ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Resolving class path of [bundle] M2T: Amalthea to SystemC transformation templates...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Compiling 78 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/target/org.eclipse.app4mc.amlt2systemc.m2t-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/target/org.eclipse.app4mc.amlt2systemc.m2t-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/target/org.eclipse.app4mc.amlt2systemc.m2t-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t/target/org.eclipse.app4mc.amlt2systemc.m2t-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amlt2systemc.m2t ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.m2t.cust >--
[INFO] Building [bundle] org.eclipse.app4mc.amlt2systemc.m2t.cust 3.2.0-SNAPSHOT [4/11]
[INFO]   from plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[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.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Resolving class path of [bundle] org.eclipse.app4mc.amlt2systemc.m2t.cust...
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[WARNING] Bundle-Vendor header not found in /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/META-INF/MANIFEST.MF, fallback to 'unknown' for source bundle
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/target/org.eclipse.app4mc.amlt2systemc.m2t.cust-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/target/org.eclipse.app4mc.amlt2systemc.m2t.cust-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/target/org.eclipse.app4mc.amlt2systemc.m2t.cust-3.2.0-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/plugins/org.eclipse.app4mc.amlt2systemc.m2t.cust/target/org.eclipse.app4mc.amlt2systemc.m2t.cust-3.2.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amlt2systemc.m2t.cust ---
[INFO] No tests to run.
[INFO] 
[INFO] --------------< org.eclipse.app4mc.amlt2systemc:features >--------------
[INFO] Building [aggregator] features 3.2.0-SNAPSHOT                     [5/11]
[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.amlt2systemc:org.eclipse.app4mc.amlt2systemc.feature >--
[INFO] Building [feature] APP4MC Transformation - Amalthea to SystemC 3.2.0-SNAPSHOT [6/11]
[INFO]   from features/org.eclipse.app4mc.amlt2systemc.feature/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amlt2systemc.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.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature/target/org.eclipse.app4mc.amlt2systemc.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature/target/org.eclipse.app4mc.amlt2systemc.feature-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.feature.sdk >--
[INFO] Building [feature] APP4MC Transformation - Amalthea to SystemC SDK 3.2.0-SNAPSHOT [7/11]
[INFO]   from features/org.eclipse.app4mc.amlt2systemc.feature.sdk/.polyglot.feature.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amlt2systemc.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.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature.sdk/target/org.eclipse.app4mc.amlt2systemc.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.feature.sdk ---
[INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/features/org.eclipse.app4mc.amlt2systemc.feature.sdk/target/org.eclipse.app4mc.amlt2systemc.feature.sdk-3.2.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.app4mc.amlt2systemc:releng >---------------
[INFO] Building [aggregator] releng 3.2.0-SNAPSHOT                       [8/11]
[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.amlt2systemc:org.eclipse.app4mc.amlt2systemc.p2repo >--
[INFO] Building APP4MC AMALTHEA to SystemC transformation P2 Updatesite 3.2.0-SNAPSHOT [9/11]
[INFO]   from releng/org.eclipse.app4mc.amlt2systemc.p2repo/.polyglot.category.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amlt2systemc.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.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.p2repo/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.amlt2systemc.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.amlt2systemc.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.amlt2systemc.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.amlt2systemc.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.amlt2systemc.p2repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amlt2systemc.m2t.source,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][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.amlt2systemc.feature,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amlt2systemc.m2t,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][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.amlt2systemc.feature.sdk,3.2.0.202402121345.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ org.eclipse.app4mc.amlt2systemc.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.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.p2repo/target/org.eclipse.app4mc.amlt2systemc.p2repo-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] -------< org.eclipse.app4mc.amlt2systemc:amlt2systemc_headless >--------
[INFO] Building amlt2systemc_headless 3.2.0-SNAPSHOT                    [10/11]
[INFO]   from releng/org.eclipse.app4mc.amlt2systemc.product/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ amlt2systemc_headless ---
[INFO] The project's OSGi version is 3.2.0.202402121345
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ amlt2systemc_headless ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-osgi-ee (default-publish-osgi-ee) @ amlt2systemc_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) @ amlt2systemc_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) @ amlt2systemc_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) @ amlt2systemc_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) @ amlt2systemc_headless ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.amlt2systemc.product.executable.gtk.linux.x86_64,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amlt2systemc.m2t,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.amlt2systemc.product.executable.win32.win32.x86_64,3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.amlt2systemc.product.executable.cocoa.macosx.x86_64,3.2.0.202402121345.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:archive-repository (default-archive-repository) @ amlt2systemc_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.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/amlt2systemc_headless-3.2.0-SNAPSHOT.zip
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:materialize-products (materialize-products) @ amlt2systemc_headless ---
[INFO] Installing product org.eclipse.app4mc.amlt2systemc.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product/linux/gtk/x86_64
Installing org.eclipse.app4mc.amlt2systemc.product 3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 1092 ms.
[INFO] Installing product org.eclipse.app4mc.amlt2systemc.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product/win32/win32/x86_64
Installing org.eclipse.app4mc.amlt2systemc.product 3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 832 ms.
[INFO] Installing product org.eclipse.app4mc.amlt2systemc.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product/macosx/cocoa/x86_64/Eclipse.app
Installing org.eclipse.app4mc.amlt2systemc.product 3.2.0.202402121345.
[WARNING] [3d69a77f-9c4a-4c23-93d6-e8f5034b51a4][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 791 ms.
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:archive-products (archive-products) @ amlt2systemc_headless ---
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product-linux.gtk.x86_64.tar.gz
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/target/products/org.eclipse.app4mc.amlt2systemc.product-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] --- bnd-export:6.4.0:export (default) @ amlt2systemc_headless ---
[INFO] Exporting /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop/simulation_generator/app4mc.sim/releng/org.eclipse.app4mc.amlt2systemc.product/amlt2systemc.bndrun:
[INFO] 
[INFO] --< org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.target >--
[INFO] Building [target] Amlt2SystemC Transformation Target 3.2.0-SNAPSHOT [11/11]
[INFO]   from releng/org.eclipse.app4mc.amlt2systemc.target/.polyglot.org.eclipse.app4mc.amlt2systemc.target.target
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amlt2systemc.target ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amlt2systemc.target ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.amlt2systemc.target ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.1:sign (sign) @ org.eclipse.app4mc.amlt2systemc.target ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for Amalthea Model to SystemC Transformation 3.2.0-SNAPSHOT:
[INFO] 
[INFO] Amalthea Model to SystemC Transformation ........... SUCCESS [  1.255 s]
[INFO] [aggregator] plugins ............................... SUCCESS [  0.005 s]
[INFO] [bundle] M2T: Amalthea to SystemC transformation templates SUCCESS [  9.538 s]
[INFO] [bundle] org.eclipse.app4mc.amlt2systemc.m2t.cust .. SUCCESS [  3.055 s]
[INFO] [aggregator] features .............................. SUCCESS [  0.003 s]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC SUCCESS [  0.996 s]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC SDK SUCCESS [  0.901 s]
[INFO] [aggregator] releng ................................ SUCCESS [  0.003 s]
[INFO] APP4MC AMALTHEA to SystemC transformation P2 Updatesite SUCCESS [  3.187 s]
[INFO] amlt2systemc_headless .............................. SUCCESS [ 12.109 s]
[INFO] [target] Amlt2SystemC Transformation Target ........ SUCCESS [  0.006 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50.198 s
[INFO] Finished at: 2024-02-12T13:46:10Z
[INFO] ------------------------------------------------------------------------
[build-app4mc-model.transform.sim.app4mc-develop] $ /bin/bash /tmp/jenkins13830534674169236262.sh

 *** Delivery of snapshot ***


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

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

...done

Starting copy of p2 archive to download area...

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

...done

Starting copy of headless jar to download area...

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

...done
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 51 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