Skip to content
Success

Console Output

Started by upstream project "build-app4mc-model.transform.framework-develop" build number 1115
originally caused by:
 Started by an SCM change
Running as SYSTEM
Agent basic-rzrr0 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-rzrr0"
  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-rzrr0"
    - 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-rzrr0"
    - 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-3107.v665000b_51092"
    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-rzrr0 (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-VEtbQan65Z3e/agent.51
SSH_AGENT_PID=53
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop@tmp/private_key_9690442804031429912.key (/home/jenkins/agent/workspace/build-app4mc-model.transform.sim.app4mc-develop@tmp/private_key_9690442804031429912.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-ssh2196945694022174681.key
Verifying host key using known hosts file
 > 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 e5289bc57adcbe889b39ac0f25f5f6600e0c1c1c (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f e5289bc57adcbe889b39ac0f25f5f6600e0c1c1c # timeout=10
Commit message: "Fixed link (absolute address - correct even if referred from different branches)"
 > git rev-list --no-walk e5289bc57adcbe889b39ac0f25f5f6600e0c1c1c # 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.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c)
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: "5.17.13-200.fc35.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@3d1637ff...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.m2t:2.1.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:2.1.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:2.1.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:2.1.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:2.1.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:2.1.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 2.1.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 2.1.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 2.1.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 2.1.0.202309041031
[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-2.1.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-2.1.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-2.1.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-2.1.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 2.1.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 2.1.0.202309041031
[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-2.1.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-2.1.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-2.1.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-2.1.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 2.1.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 2.1.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 2.1.0.202309041031
[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 ---
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[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-2.1.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-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --< org.eclipse.app4mc.amlt2systemc:org.eclipse.app4mc.amlt2systemc.feature.sdk >--
[INFO] Building [feature] APP4MC Transformation - Amalthea to SystemC SDK 2.1.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 2.1.0.202309041031
[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-2.1.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-2.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------------< org.eclipse.app4mc.amlt2systemc:releng >---------------
[INFO] Building [aggregator] releng 2.1.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 2.1.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 2.1.0.202309041031
[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 ---
[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 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-products (default-publish-products) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-categories (default-publish-categories) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.amlt2systemc.p2repo ---
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[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 ---
[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-2.1.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 2.1.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 2.1.0.202309041031
[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 ---
[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 20.0.0]
[INFO] Published profile IUs: [a.jre.javase 21.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-products (default-publish-products) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:publish-categories (default-publish-categories) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3:attach-artifacts (default-attach-artifacts) @ amlt2systemc_headless ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3:assemble-repository (default-assemble-repository) @ amlt2systemc_headless ---
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][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,2.1.0.202309041031.
[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 ---
[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-2.1.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 2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 968 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 2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 721 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 2.1.0.202309041031.
[WARNING] [491ba43e-5b41-47ba-9173-e3e057c2c769][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 814 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 2.1.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 2.1.0-SNAPSHOT:
[INFO] 
[INFO] Amalthea Model to SystemC Transformation ........... SUCCESS [  1.336 s]
[INFO] [aggregator] plugins ............................... SUCCESS [  0.004 s]
[INFO] [bundle] M2T: Amalthea to SystemC transformation templates SUCCESS [ 10.574 s]
[INFO] [bundle] org.eclipse.app4mc.amlt2systemc.m2t.cust .. SUCCESS [  3.365 s]
[INFO] [aggregator] features .............................. SUCCESS [  0.002 s]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC SUCCESS [  1.180 s]
[INFO] [feature] APP4MC Transformation - Amalthea to SystemC SDK SUCCESS [  0.968 s]
[INFO] [aggregator] releng ................................ SUCCESS [  0.004 s]
[INFO] APP4MC AMALTHEA to SystemC transformation P2 Updatesite SUCCESS [  3.263 s]
[INFO] amlt2systemc_headless .............................. SUCCESS [ 11.338 s]
[INFO] [target] Amlt2SystemC Transformation Target ........ SUCCESS [  0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  01:11 min
[INFO] Finished at: 2023-09-04T10:32:12Z
[INFO] ------------------------------------------------------------------------
[WARNING] 
[WARNING] Plugin validation issues were detected in 10 plugin(s)
[WARNING] 
[WARNING]  * org.eclipse.tycho:tycho-packaging-plugin:3.0.3
[WARNING]  * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M5
[WARNING]  * org.apache.maven.plugins:maven-site-plugin:3.12.1
[WARNING]  * org.eclipse.cbi.maven.plugins:eclipse-jarsigner-plugin:1.3.1
[WARNING]  * org.eclipse.tycho:tycho-source-plugin:3.0.3
[WARNING]  * org.eclipse.tycho:tycho-p2-repository-plugin:3.0.3
[WARNING]  * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M5
[WARNING]  * org.eclipse.tycho:tycho-p2-publisher-plugin:3.0.3
[WARNING]  * org.apache.maven.plugins:maven-resources-plugin:2.4.3
[WARNING]  * org.eclipse.tycho:tycho-surefire-plugin:3.0.3
[WARNING] 
[WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE]
[WARNING] 
[build-app4mc-model.transform.sim.app4mc-develop] $ /bin/bash /tmp/jenkins630465978438019520.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 53 killed;
[ssh-agent] Stopped.
Recording test results
No test report files were found. Configuration error?
None of the test reports contained any result
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS