Started by an SCM change Running as SYSTEM Agent basic-k1kks is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: labels: jenkins: "slave" jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd" jenkins/label: "basic" name: "basic-k1kks" 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-k1kks" - 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-k1kks" - 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-k1kks (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-platform-develop [WS-CLEANUP] Deleting project workspace... [WS-CLEANUP] Deferred wipeout is used... [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-N2D0EzUnMsxE/agent.49 SSH_AGENT_PID=51 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/build-app4mc-platform-develop@tmp/private_key_14439753582257587218.key (/home/jenkins/agent/workspace/build-app4mc-platform-develop@tmp/private_key_14439753582257587218.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.git > git init /home/jenkins/agent/workspace/build-app4mc-platform-develop # timeout=10 Fetching upstream changes from https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.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.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/app4mc/org.eclipse.app4mc.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 1ddc64d256d0e6d610f68f023c7bad311ae899a9 (refs/remotes/origin/develop) > git config core.sparsecheckout # timeout=10 > git checkout -f 1ddc64d256d0e6d610f68f023c7bad311ae899a9 # timeout=10 Commit message: "Updated use of PlantUML" > git rev-list --no-walk 4d266c9a715f38e08a4769d4bb862e522dae3441 # timeout=10 [build-app4mc-platform-develop] $ /opt/tools/apache-maven/latest/bin/mvn 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.2.9-300.fc38.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [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=) [INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.target/org.eclipse.app4mc.target.target for environments=[win32/win32/x86_64, linux/gtk/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@1d8ab0dc... [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:com.mxgraph:3.0.0.7 @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:gnu.trove4j:3.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.chocosolver:4.0.9-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.chocosolver.cutoffseq:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.emf.util:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.model:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/.polyglot.META-INF [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.widgets.cdatetime,1.4.0.201907151344 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.cwt,1.1.0.201907151344 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit.extended:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution.standard:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.extended:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.validation.core:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.standard:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.inchron:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.ta:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.sim:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualization.runnabledependency:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.javafx:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.svg:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.swt:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/.polyglot.META-INF [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.widgets.nattable.core,1.6.0.201909181823 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.widgets.nattable.extension.glazedlists,1.6.0.201909181823 have severely compromised security. Please report this concern to the artifact provider. [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.core:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.ease:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe2:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.amalthea:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.btf:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.metrics:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.emf.visualizations:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.ide.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.ide:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.ot1:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.util.svg:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.waters.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.workflow.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.jenetics:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.jgrapht:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.ojalgo:39.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.sqlite.jdbc:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.core.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.standard.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.ta.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.inchron.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.sim.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/.polyglot.META-INF [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.docu:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.docu.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.3rdparty:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.3rdparty/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation.sdk/.polyglot.feature.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.p2repo:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.p2repo/pom.xml [INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.product:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/pom.xml [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] APP4MC Tool Platform [pom] [INFO] app4mc.example.democar [jar] [INFO] app4mc.example.democar.extended [jar] [INFO] app4mc.example.democar.split [jar] [INFO] app4mc.example.hardware [jar] [INFO] app4mc.example.scheduler [jar] [INFO] app4mc.example.numeric_modes [jar] [INFO] app4mc.example.modeling [jar] [INFO] app4mc.example.modeling.client_server [jar] [INFO] app4mc.example.modeling.feedback_loop [jar] [INFO] app4mc.example.modeling.periodic [jar] [INFO] app4mc.example.modeling.state_machine [jar] [INFO] app4mc.example.modeling.state_machine_feedback_loop [jar] [INFO] waters.fmtv.challenge.2016 [jar] [INFO] waters.fmtv.challenge.2017 [jar] [INFO] waters.fmtv.challenge.2019 [jar] [INFO] app4mc.example.tool.java [jar] [INFO] app4mc.example.tool.validation [jar] [INFO] app4mc.example.tool.workflow [jar] [INFO] app4mc.example.ide.actions [jar] [INFO] app4mc.example.ide.validations [jar] [INFO] app4mc.example.ide.visualizations [jar] [INFO] [aggregator] plugins [pom] [INFO] [bundle] mxGraph [eclipse-plugin] [INFO] [bundle] Trove4j [eclipse-plugin] [INFO] [bundle] Cutoffseq [eclipse-plugin] [INFO] [bundle] chocosolver [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.edit.help [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.editors.help [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea EMF Util [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Examples Installer [eclipse-plugin] [INFO] [bundle] SQLite JDBC Driver [eclipse-plugin] [INFO] [bundle] AMALTHEA Trace DataBase access [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.model [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea import from ATDB [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.import.help [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.model.help [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Edit Support [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Edit Support - Extended [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Editor [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Editor Contributions [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Editor Contributions (Standard) [eclipse-plugin] [INFO] org.eclipse.app4mc.validation.core [eclipse-plugin] [INFO] [bundle] APP4MC Validation UI [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Model Editor - Extended [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.validations.standard [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.validations.inchron [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.validations.ta [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.validations.sim [eclipse-plugin] [INFO] [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz) [eclipse-plugin] [INFO] [bundle] APP4MC Visualization UI [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Runnable Dependency Visualization [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Visualizations (JavaFX) [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Visualizations (SVG) [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Visualizations (SWT) [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Workflow Core [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Workflow Ease [eclipse-plugin] [INFO] org.eclipse.app4mc.amalthea.workflow.help [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea Workflow MWE2 [eclipse-plugin] [INFO] [bundle] ATDB import from Amalthea [eclipse-plugin] [INFO] [bundle] APP4MC Amalthea BTF to ATDB import [eclipse-plugin] [INFO] [bundle] APP4MC ATDB Viewer [eclipse-plugin] [INFO] [bundle] APP4MC EMF Visualizations [eclipse-plugin] [INFO] org.eclipse.app4mc.help [eclipse-plugin] [INFO] [bundle] APP4MC IDE Examples Installer [eclipse-plugin] [INFO] [bundle] APP4MC Tool Platform IDE [eclipse-plugin] [INFO] [bundle] APP4MC Trace Converter - OT1 [eclipse-plugin] [INFO] [bundle] APP4MC Trace Converter [eclipse-plugin] [INFO] [bundle] APP4MC Trace Converter - ATDB [eclipse-plugin] [INFO] org.eclipse.app4mc.validation.help [eclipse-plugin] [INFO] org.eclipse.app4mc.visualization.help [eclipse-plugin] [INFO] [bundle] APP4MC WATERS Examples Installer [eclipse-plugin] [INFO] [bundle] APP4MC Workflow Examples Installer [eclipse-plugin] [INFO] [bundle] Jenetics [eclipse-plugin] [INFO] [bundle] JGraphT [eclipse-plugin] [INFO] [bundle] ojAlgo [eclipse-plugin] [INFO] [aggregator] tests [pom] [INFO] [test-bundle] APP4MC Amalthea Model - Tests [eclipse-test-plugin] [INFO] [test-bundle] APP4MC Validation Core - Tests [eclipse-test-plugin] [INFO] [test-bundle] APP4MC Amalthea Validations - Tests [eclipse-test-plugin] [INFO] [test-bundle] APP4MC Amalthea Validations TA - Tests [eclipse-test-plugin] [INFO] [test-bundle] APP4MC Amalthea Validations Inchron - Tests [eclipse-test-plugin] [INFO] [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests [eclipse-test-plugin] [INFO] [test-bundle] ATDB - Tests [eclipse-test-plugin] [INFO] [aggregator] features [pom] [INFO] [feature] APP4MC Documentation [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Model Examples [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Models [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Edit Support [eclipse-feature] [INFO] [feature] APP4MC Documentation SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Model Examples SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Models SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Edit Support SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Editors [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Editors SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Export [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Export SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Import [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Import SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Visualizations [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Visualizations SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Workflow MWE [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Workflow MWE SDK [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Workflow Scripting [eclipse-feature] [INFO] [feature] APP4MC AMALTHEA Workflow Scripting SDK [eclipse-feature] [INFO] [feature] APP4MC Tracing [eclipse-feature] [INFO] [feature] APP4MC Validation [eclipse-feature] [INFO] [feature] APP4MC Tool Platform [eclipse-feature] [INFO] [feature] APP4MC Tool Platform 3rd Party Plug-ins [eclipse-feature] [INFO] [feature] APP4MC Tracing SDK [eclipse-feature] [INFO] [feature] APP4MC Validation SDK [eclipse-feature] [INFO] [feature] APP4MC Tool Platform SDK [eclipse-feature] [INFO] org.eclipse.app4mc.p2repo [eclipse-repository] [INFO] org.eclipse.app4mc.platform.product [eclipse-repository] [INFO] [aggregator] releng [pom] [INFO] [target] APP4MC Target Platform [eclipse-target-definition] [INFO] [INFO] ------------------< org.eclipse.app4mc.build:parent >------------------- [INFO] Building APP4MC Tool Platform 3.2.0-SNAPSHOT [1/116] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ parent --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ parent --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ parent --- [INFO] [INFO] ----------< org.eclipse.app4mc.build:app4mc.example.democar >----------- [INFO] Building app4mc.example.democar 3.2.0-SNAPSHOT [2/116] [INFO] from examples/app4mc.example.democar/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.democar --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.democar --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.democar --- [INFO] Executing tasks main: [copy] Copying 4 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.democar --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.democar --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.democar --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.democar --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.democar --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.democar --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.democar --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar/target/app4mc.example.democar-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.democar --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar/target/app4mc.example.democar-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:app4mc.example.democar.extended >------ [INFO] Building app4mc.example.democar.extended 3.2.0-SNAPSHOT [3/116] [INFO] from examples/app4mc.example.democar.extended/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.democar.extended --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.democar.extended --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.democar.extended --- [INFO] Executing tasks main: [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar.extended [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.democar.extended --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.extended/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.democar.extended --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.democar.extended --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.extended/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.democar.extended --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.democar.extended --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.democar.extended --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.democar.extended --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.extended/target/app4mc.example.democar.extended-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.democar.extended --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.extended/target/app4mc.example.democar.extended-3.2.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.app4mc.build:app4mc.example.democar.split >-------- [INFO] Building app4mc.example.democar.split 3.2.0-SNAPSHOT [4/116] [INFO] from examples/app4mc.example.democar.split/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.democar.split --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.democar.split --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.democar.split --- [INFO] Executing tasks main: [copy] Copying 10 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar.split [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.democar.split --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.split/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.democar.split --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.democar.split --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.split/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.democar.split --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.democar.split --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.democar.split --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.democar.split --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.split/target/app4mc.example.democar.split-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.democar.split --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.democar.split/target/app4mc.example.democar.split-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.app4mc.build:app4mc.example.hardware >---------- [INFO] Building app4mc.example.hardware 3.2.0-SNAPSHOT [5/116] [INFO] from examples/app4mc.example.hardware/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.hardware --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.hardware --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.hardware --- [INFO] Executing tasks main: [copy] Copying 4 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.hardware [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.hardware --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.hardware/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.hardware --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.hardware --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.hardware/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.hardware --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.hardware --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.hardware --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.hardware --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.hardware/target/app4mc.example.hardware-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.hardware --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.hardware/target/app4mc.example.hardware-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.eclipse.app4mc.build:app4mc.example.scheduler >---------- [INFO] Building app4mc.example.scheduler 3.2.0-SNAPSHOT [6/116] [INFO] from examples/app4mc.example.scheduler/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.scheduler --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.scheduler --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.scheduler --- [INFO] Executing tasks main: [copy] Copying 4 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.scheduler [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.scheduler/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.scheduler --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.scheduler --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.scheduler/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.scheduler --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.scheduler --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.scheduler --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.scheduler --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.scheduler/target/app4mc.example.scheduler-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.scheduler --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.scheduler/target/app4mc.example.scheduler-3.2.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.app4mc.build:app4mc.example.numeric_modes >-------- [INFO] Building app4mc.example.numeric_modes 3.2.0-SNAPSHOT [7/116] [INFO] from examples/app4mc.example.numeric_modes/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.numeric_modes --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.numeric_modes --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.numeric_modes --- [INFO] Executing tasks main: [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.numeric_modes [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.numeric_modes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.numeric_modes/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.numeric_modes --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.numeric_modes --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.numeric_modes/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.numeric_modes --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.numeric_modes --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.numeric_modes --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.numeric_modes --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.numeric_modes/target/app4mc.example.numeric_modes-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.numeric_modes --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.numeric_modes/target/app4mc.example.numeric_modes-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----------< org.eclipse.app4mc.build:app4mc.example.modeling >---------- [INFO] Building app4mc.example.modeling 3.2.0-SNAPSHOT [8/116] [INFO] from examples/app4mc.example.modeling/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling --- [INFO] Executing tasks main: [copy] Copying 4 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling/target/app4mc.example.modeling-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling/target/app4mc.example.modeling-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.client_server >--- [INFO] Building app4mc.example.modeling.client_server 3.2.0-SNAPSHOT [9/116] [INFO] from examples/app4mc.example.modeling.client_server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling.client_server --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling.client_server --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling.client_server --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.client_server [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling.client_server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.client_server/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling.client_server --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling.client_server --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.client_server/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling.client_server --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling.client_server --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling.client_server --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling.client_server --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.client_server/target/app4mc.example.modeling.client_server-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling.client_server --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.client_server/target/app4mc.example.modeling.client_server-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.feedback_loop >--- [INFO] Building app4mc.example.modeling.feedback_loop 3.2.0-SNAPSHOT [10/116] [INFO] from examples/app4mc.example.modeling.feedback_loop/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling.feedback_loop --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling.feedback_loop --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling.feedback_loop --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.feedback_loop [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling.feedback_loop --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.feedback_loop/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling.feedback_loop --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling.feedback_loop --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.feedback_loop/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling.feedback_loop --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling.feedback_loop --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling.feedback_loop --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling.feedback_loop --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.feedback_loop/target/app4mc.example.modeling.feedback_loop-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling.feedback_loop --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.feedback_loop/target/app4mc.example.modeling.feedback_loop-3.2.0-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.app4mc.build:app4mc.example.modeling.periodic >------ [INFO] Building app4mc.example.modeling.periodic 3.2.0-SNAPSHOT [11/116] [INFO] from examples/app4mc.example.modeling.periodic/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling.periodic --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling.periodic --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling.periodic --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.periodic [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling.periodic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.periodic/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling.periodic --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling.periodic --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.periodic/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling.periodic --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling.periodic --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling.periodic --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling.periodic --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.periodic/target/app4mc.example.modeling.periodic-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling.periodic --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.periodic/target/app4mc.example.modeling.periodic-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.state_machine >--- [INFO] Building app4mc.example.modeling.state_machine 3.2.0-SNAPSHOT [12/116] [INFO] from examples/app4mc.example.modeling.state_machine/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling.state_machine --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling.state_machine --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling.state_machine --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.state_machine [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling.state_machine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling.state_machine --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling.state_machine --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling.state_machine --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling.state_machine --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling.state_machine --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling.state_machine --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine/target/app4mc.example.modeling.state_machine-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling.state_machine --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine/target/app4mc.example.modeling.state_machine-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:app4mc.example.modeling.state_machine_feedback_loop >-- [INFO] Building app4mc.example.modeling.state_machine_feedback_loop 3.2.0-SNAPSHOT [13/116] [INFO] from examples/app4mc.example.modeling.state_machine_feedback_loop/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.state_machine_feedback_loop [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine_feedback_loop/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine_feedback_loop/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.modeling.state_machine_feedback_loop --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine_feedback_loop/target/app4mc.example.modeling.state_machine_feedback_loop-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.modeling.state_machine_feedback_loop --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.modeling.state_machine_feedback_loop/target/app4mc.example.modeling.state_machine_feedback_loop-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2016 >--------- [INFO] Building waters.fmtv.challenge.2016 3.2.0-SNAPSHOT [14/116] [INFO] from examples/waters.fmtv.challenge.2016/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ waters.fmtv.challenge.2016 --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ waters.fmtv.challenge.2016 --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ waters.fmtv.challenge.2016 --- [INFO] Executing tasks main: [copy] Copying 5 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2016 [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ waters.fmtv.challenge.2016 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2016/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ waters.fmtv.challenge.2016 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ waters.fmtv.challenge.2016 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2016/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ waters.fmtv.challenge.2016 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ waters.fmtv.challenge.2016 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ waters.fmtv.challenge.2016 --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ waters.fmtv.challenge.2016 --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2016/target/waters.fmtv.challenge.2016-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ waters.fmtv.challenge.2016 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2016/target/waters.fmtv.challenge.2016-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2017 >--------- [INFO] Building waters.fmtv.challenge.2017 3.2.0-SNAPSHOT [15/116] [INFO] from examples/waters.fmtv.challenge.2017/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ waters.fmtv.challenge.2017 --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ waters.fmtv.challenge.2017 --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ waters.fmtv.challenge.2017 --- [INFO] Executing tasks main: [copy] Copying 5 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2017 [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ waters.fmtv.challenge.2017 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2017/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ waters.fmtv.challenge.2017 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ waters.fmtv.challenge.2017 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2017/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ waters.fmtv.challenge.2017 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ waters.fmtv.challenge.2017 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ waters.fmtv.challenge.2017 --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ waters.fmtv.challenge.2017 --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2017/target/waters.fmtv.challenge.2017-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ waters.fmtv.challenge.2017 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2017/target/waters.fmtv.challenge.2017-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2019 >--------- [INFO] Building waters.fmtv.challenge.2019 3.2.0-SNAPSHOT [16/116] [INFO] from examples/waters.fmtv.challenge.2019/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ waters.fmtv.challenge.2019 --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ waters.fmtv.challenge.2019 --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ waters.fmtv.challenge.2019 --- [INFO] Executing tasks main: [copy] Copying 5 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2019 [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ waters.fmtv.challenge.2019 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2019/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ waters.fmtv.challenge.2019 --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ waters.fmtv.challenge.2019 --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2019/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ waters.fmtv.challenge.2019 --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ waters.fmtv.challenge.2019 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ waters.fmtv.challenge.2019 --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ waters.fmtv.challenge.2019 --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2019/target/waters.fmtv.challenge.2019-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ waters.fmtv.challenge.2019 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/waters.fmtv.challenge.2019/target/waters.fmtv.challenge.2019-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.eclipse.app4mc.build:app4mc.example.tool.java >---------- [INFO] Building app4mc.example.tool.java 3.2.0-SNAPSHOT [17/116] [INFO] from examples/app4mc.example.tool.java/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.tool.java --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.tool.java --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.tool.java --- [INFO] Executing tasks main: [copy] Copying 23 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.tool.java [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.tool.java --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.java/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.tool.java --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.tool.java --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.java/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.tool.java --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.tool.java --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.tool.java --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.tool.java --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.java/target/app4mc.example.tool.java-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.tool.java --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.java/target/app4mc.example.tool.java-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:app4mc.example.tool.validation >------- [INFO] Building app4mc.example.tool.validation 3.2.0-SNAPSHOT [18/116] [INFO] from examples/app4mc.example.tool.validation/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.tool.validation --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.tool.validation --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.tool.validation --- [INFO] Executing tasks main: [copy] Copying 8 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.tool.validation [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.tool.validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.validation/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.tool.validation --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.tool.validation --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.validation/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.tool.validation --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.tool.validation --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.tool.validation --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.tool.validation --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.validation/target/app4mc.example.tool.validation-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.tool.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.validation/target/app4mc.example.tool.validation-3.2.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.app4mc.build:app4mc.example.tool.workflow >-------- [INFO] Building app4mc.example.tool.workflow 3.2.0-SNAPSHOT [19/116] [INFO] from examples/app4mc.example.tool.workflow/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.tool.workflow --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.tool.workflow --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.tool.workflow --- [INFO] Executing tasks main: [copy] Copying 11 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/examples/app4mc.example.tool.workflow [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.tool.workflow --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.workflow/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.tool.workflow --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.tool.workflow --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.workflow/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.tool.workflow --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.tool.workflow --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.tool.workflow --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.tool.workflow --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.workflow/target/app4mc.example.tool.workflow-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.tool.workflow --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.tool.workflow/target/app4mc.example.tool.workflow-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:app4mc.example.ide.actions >--------- [INFO] Building app4mc.example.ide.actions 3.2.0-SNAPSHOT [20/116] [INFO] from examples/app4mc.example.ide.actions/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.ide.actions --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.ide.actions --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.ide.actions --- [INFO] Executing tasks main: [copy] Copying 13 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.actions [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.ide.actions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.actions/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.ide.actions --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.ide.actions --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.actions/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.ide.actions --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.ide.actions --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.ide.actions --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.ide.actions --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.actions/target/app4mc.example.ide.actions-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.ide.actions --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.actions/target/app4mc.example.ide.actions-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:app4mc.example.ide.validations >------- [INFO] Building app4mc.example.ide.validations 3.2.0-SNAPSHOT [21/116] [INFO] from examples/app4mc.example.ide.validations/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.ide.validations --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.ide.validations --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.ide.validations --- [INFO] Executing tasks main: [copy] Copying 12 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.validations [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.ide.validations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.validations/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.ide.validations --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.ide.validations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.validations/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.ide.validations --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.ide.validations --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.ide.validations --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.ide.validations --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.validations/target/app4mc.example.ide.validations-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.ide.validations --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.validations/target/app4mc.example.ide.validations-3.2.0-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.app4mc.build:app4mc.example.ide.visualizations >----- [INFO] Building app4mc.example.ide.visualizations 3.2.0-SNAPSHOT [22/116] [INFO] from examples/app4mc.example.ide.visualizations/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ app4mc.example.ide.visualizations --- [INFO] [INFO] --- antrun:1.7:run (auto-clean) @ app4mc.example.ide.visualizations --- [INFO] Executing tasks main: [INFO] Executed tasks [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ app4mc.example.ide.visualizations --- [INFO] Executing tasks main: [copy] Copying 9 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.visualizations [INFO] Executed tasks [INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ app4mc.example.ide.visualizations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.visualizations/src/main/resources [INFO] [INFO] --- compiler:3.11.0:compile (default-compile) @ app4mc.example.ide.visualizations --- [INFO] No sources to compile [INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ app4mc.example.ide.visualizations --- [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.visualizations/src/test/resources [INFO] [INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ app4mc.example.ide.visualizations --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.1.2:test (default-test) @ app4mc.example.ide.visualizations --- [INFO] No tests to run. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ app4mc.example.ide.visualizations --- [INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ app4mc.example.ide.visualizations --- [WARNING] JAR will be empty - no content was marked for inclusion! [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.visualizations/target/app4mc.example.ide.visualizations-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ app4mc.example.ide.visualizations --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/examples/app4mc.example.ide.visualizations/target/app4mc.example.ide.visualizations-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------------------< org.eclipse.app4mc.build:plugins >------------------ [INFO] Building [aggregator] plugins 3.2.0-SNAPSHOT [23/116] [INFO] from plugins/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ plugins --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ plugins --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ plugins --- [INFO] [INFO] ----------------< org.eclipse.app4mc.build:com.mxgraph >---------------- [INFO] Building [bundle] mxGraph 3.0.0.7 [24/116] [INFO] from plugins/com.mxgraph/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ com.mxgraph --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ com.mxgraph --- [INFO] The project's OSGi version is 3.0.0.7 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ com.mxgraph --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ com.mxgraph --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ com.mxgraph --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ com.mxgraph --- [INFO] Resolving class path of [bundle] mxGraph... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ com.mxgraph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ com.mxgraph --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:com.mxgraph:3.0.0.7 @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ com.mxgraph --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ com.mxgraph --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ com.mxgraph --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:com.mxgraph:3.0.0.7 @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ com.mxgraph --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ com.mxgraph --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ com.mxgraph --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ com.mxgraph --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ com.mxgraph --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:com.mxgraph:3.0.0.7 @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ com.mxgraph --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7.jar_unpacked_16792615907598707944/libs/mxgraph-all.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7.jar_unpacked_16792615907598707944/libs/mxgraph-all.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7-sources.jar_unpacked_4426100590549396359/libs/mxgraph-all.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7-sources.jar_unpacked_4426100590549396359/libs/mxgraph-all.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ com.mxgraph --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ com.mxgraph --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.app4mc.build:gnu.trove4j >---------------- [INFO] Building [bundle] Trove4j 3.0.3-SNAPSHOT [25/116] [INFO] from plugins/gnu.trove4j/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ gnu.trove4j --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ gnu.trove4j --- [INFO] The project's OSGi version is 3.0.3.202008131435 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ gnu.trove4j --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ gnu.trove4j --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ gnu.trove4j --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ gnu.trove4j --- [INFO] Resolving class path of [bundle] Trove4j... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ gnu.trove4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ gnu.trove4j --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:gnu.trove4j:3.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ gnu.trove4j --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ gnu.trove4j --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ gnu.trove4j --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:gnu.trove4j:3.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ gnu.trove4j --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ gnu.trove4j --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ gnu.trove4j --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ gnu.trove4j --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ gnu.trove4j --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:gnu.trove4j:3.0.3-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ gnu.trove4j --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar_unpacked_17951549736768812956/libs-src/trove4j-3.0.3-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar_unpacked_17951549736768812956/libs-src/trove4j-3.0.3-sources.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar_unpacked_17951549736768812956/libs/trove4j-3.0.3.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar_unpacked_17951549736768812956/libs/trove4j-3.0.3.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ gnu.trove4j --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ gnu.trove4j --- [INFO] No tests to run. [INFO] [INFO] ---------< org.eclipse.app4mc.build:org.chocosolver.cutoffseq >--------- [INFO] Building [bundle] Cutoffseq 1.0.5-SNAPSHOT [26/116] [INFO] from plugins/org.chocosolver.cutoffseq/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.chocosolver.cutoffseq --- [INFO] The project's OSGi version is 1.0.5.202008131435 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.chocosolver.cutoffseq --- [INFO] Resolving class path of [bundle] Cutoffseq... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.chocosolver.cutoffseq --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.chocosolver.cutoffseq --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.chocosolver.cutoffseq:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.chocosolver.cutoffseq --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.chocosolver.cutoffseq --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.chocosolver.cutoffseq:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.chocosolver.cutoffseq --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.chocosolver.cutoffseq --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.chocosolver.cutoffseq --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.chocosolver.cutoffseq:1.0.5-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.chocosolver.cutoffseq --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar_unpacked_9576710827339002495/libs-src/cutoffseq-1.0.5-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar_unpacked_9576710827339002495/libs-src/cutoffseq-1.0.5-sources.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar_unpacked_9576710827339002495/libs/cutoffseq-1.0.5.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar_unpacked_9576710827339002495/libs/cutoffseq-1.0.5.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.chocosolver.cutoffseq --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.chocosolver.cutoffseq --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.app4mc.build:org.chocosolver >-------------- [INFO] Building [bundle] chocosolver 4.0.9-SNAPSHOT [27/116] [INFO] from plugins/org.chocosolver/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.chocosolver --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.chocosolver --- [INFO] The project's OSGi version is 4.0.9.202008131435 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.chocosolver --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.chocosolver --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.chocosolver --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.chocosolver --- [INFO] Resolving class path of [bundle] chocosolver... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.chocosolver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.chocosolver --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.chocosolver:4.0.9-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.chocosolver --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.chocosolver --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.chocosolver --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.chocosolver:4.0.9-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.chocosolver --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.chocosolver --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.chocosolver --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.chocosolver --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.chocosolver --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.chocosolver:4.0.9-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.chocosolver --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT.jar_unpacked_6491181860432835301/libs/choco-solver-4.0.9-no-dep.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT.jar_unpacked_6491181860432835301/libs/choco-solver-4.0.9-no-dep.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar_unpacked_10409832480518809422/libs-src/choco-solver-4.0.9-sources.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar_unpacked_10409832480518809422/libs-src/choco-solver-4.0.9-sources.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar_unpacked_10409832480518809422/libs/choco-solver-4.0.9-no-dep.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar_unpacked_10409832480518809422/libs/choco-solver-4.0.9-no-dep.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.chocosolver --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.chocosolver --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.help >--- [INFO] Building org.eclipse.app4mc.amalthea.edit.help 3.2.0-SNAPSHOT [28/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.edit.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.edit.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/build generate-help: [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/build/user_intro.html [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/target/org.eclipse.app4mc.amalthea.edit.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.edit.help/target/org.eclipse.app4mc.amalthea.edit.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.edit.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.help >-- [INFO] Building org.eclipse.app4mc.amalthea.editors.help 3.2.0-SNAPSHOT [29/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.editors.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.editors.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/build generate-help: [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/build/editors.html [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/target/org.eclipse.app4mc.amalthea.editors.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.editors.help/target/org.eclipse.app4mc.amalthea.editors.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.editors.help --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.emf.util >---- [INFO] Building [bundle] APP4MC Amalthea EMF Util 3.2.0-SNAPSHOT [30/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.emf.util/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Resolving class path of [bundle] APP4MC Amalthea EMF Util... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.emf.util:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.emf.util --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.examples.installer >-- [INFO] Building [bundle] APP4MC Amalthea Examples Installer 3.2.0-SNAPSHOT [31/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.examples.installer/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Examples Installer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --------------< org.eclipse.app4mc.build:org.sqlite.jdbc >-------------- [INFO] Building [bundle] SQLite JDBC Driver 3.20.0-SNAPSHOT [32/116] [INFO] from plugins/org.sqlite.jdbc/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.sqlite.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.sqlite.jdbc --- [INFO] The project's OSGi version is 3.20.0.202008131456 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.sqlite.jdbc --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.sqlite.jdbc --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.sqlite.jdbc --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.sqlite.jdbc --- [INFO] Resolving class path of [bundle] SQLite JDBC Driver... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.sqlite.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.sqlite.jdbc --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.sqlite.jdbc:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.sqlite.jdbc --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.sqlite.jdbc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.sqlite.jdbc --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.sqlite.jdbc:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.sqlite.jdbc --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.sqlite.jdbc --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.sqlite.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.sqlite.jdbc --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.sqlite.jdbc --- [WARNING] MavenProject: org.eclipse.app4mc.build:org.sqlite.jdbc:3.20.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/.tycho-consumer-pom.xml: baseline and build artifacts have same version but different contents no-classifier: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only libs/sqlite-jdbc-3.20.0.jar: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only classifier-sources: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only libs-doc/sqlite-jdbc-3.20.0-javadoc.jar: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only libs/sqlite-jdbc-3.20.0.jar: different META-INF/ECLIPSE_.RSA: present in baseline only META-INF/ECLIPSE_.SF: present in baseline only [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.sqlite.jdbc --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT.jar_unpacked_5432653388348804254/libs/sqlite-jdbc-3.20.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT.jar_unpacked_5432653388348804254/libs/sqlite-jdbc-3.20.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar_unpacked_2802423662940891315/libs-doc/sqlite-jdbc-3.20.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar_unpacked_2802423662940891315/libs-doc/sqlite-jdbc-3.20.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar_unpacked_2802423662940891315/libs/sqlite-jdbc-3.20.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar_unpacked_2802423662940891315/libs/sqlite-jdbc-3.20.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.sqlite.jdbc --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.sqlite.jdbc --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb >---------- [INFO] Building [bundle] AMALTHEA Trace DataBase access 3.2.0-SNAPSHOT [33/116] [INFO] from plugins/org.eclipse.app4mc.atdb/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb --- [INFO] Resolving class path of [bundle] AMALTHEA Trace DataBase access... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.atdb --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.atdb --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.atdb --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.atdb --- [INFO] No tests to run. [INFO] [INFO] --------< org.eclipse.app4mc:org.eclipse.app4mc.amalthea.model >-------- [INFO] Building org.eclipse.app4mc.amalthea.model 3.2.0-SNAPSHOT [34/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model --- [INFO] The project's OSGi version is 3.2.0.202312041214 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.model... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model --- [INFO] Compiling 815 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.model:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.atdb >-- [INFO] Building [bundle] APP4MC Amalthea import from ATDB 3.2.0-SNAPSHOT [35/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.import.atdb/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Resolving class path of [bundle] APP4MC Amalthea import from ATDB... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.import.atdb --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.help >-- [INFO] Building org.eclipse.app4mc.amalthea.import.help 3.2.0-SNAPSHOT [36/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.import.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build generate-help: [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build/tutorial_amalthea_to_atdb_import.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build/tutorial_atdb_to_amalthea_import.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build/tutorial_btf_to_atdb_import.html [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/help [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/target/org.eclipse.app4mc.amalthea.import.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.import.help/target/org.eclipse.app4mc.amalthea.import.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.import.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.help >--- [INFO] Building org.eclipse.app4mc.amalthea.model.help 3.2.0-SNAPSHOT [37/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] The project's OSGi version is 3.2.0.202312041427 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.model.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build generate-help: [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/dev_model_details.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/dev_model_util.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/dev_model_xsd.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_basics.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_common.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_components.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_config.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_constraints.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_events.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_hw.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_introduction.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_mapping.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_os.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_propertyconstraints.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_stimuli.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/model_sw.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_channel.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_concepts.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_datadependency.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_hw.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_memorysection.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_scheduling.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_sw_develop.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_sw_runtime.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_timing.html [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/help [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/target/org.eclipse.app4mc.amalthea.model.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.help/target/org.eclipse.app4mc.amalthea.model.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit >--- [INFO] Building [bundle] APP4MC Amalthea Model Edit Support 3.2.0-SNAPSHOT [38/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.edit/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] The project's OSGi version is 3.2.0.202311211835 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Edit Support... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Compiling 346 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.edit --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit.extended >-- [INFO] Building [bundle] APP4MC Amalthea Model Edit Support - Extended 3.2.0-SNAPSHOT [39/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.edit.extended/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Edit Support - Extended... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit.extended:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.edit.extended --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor >-- [INFO] Building [bundle] APP4MC Amalthea Model Editor 3.2.0-SNAPSHOT [40/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.editor/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Editor... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.editor --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution >-- [INFO] Building [bundle] APP4MC Amalthea Model Editor Contributions 3.2.0-SNAPSHOT [41/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Editor Contributions... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.editor.contribution --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution.standard >-- [INFO] Building [bundle] APP4MC Amalthea Model Editor Contributions (Standard) 3.2.0-SNAPSHOT [42/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Editor Contributions (Standard)... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.contribution.standard:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard --- [INFO] No tests to run. [INFO] [INFO] -------< org.eclipse.app4mc:org.eclipse.app4mc.validation.core >-------- [INFO] Building org.eclipse.app4mc.validation.core 3.2.0-SNAPSHOT [43/116] [INFO] from plugins/org.eclipse.app4mc.validation.core/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.core --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.core --- [INFO] Resolving class path of org.eclipse.app4mc.validation.core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.validation.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.validation.core --- [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.validation.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation.core --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.validation.core:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.core --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.validation.core --- [INFO] No tests to run. [INFO] [INFO] -----< org.eclipse.app4mc.build:org.eclipse.app4mc.validation.ui >------ [INFO] Building [bundle] APP4MC Validation UI 3.2.0-SNAPSHOT [44/116] [INFO] from plugins/org.eclipse.app4mc.validation.ui/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.ui --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.ui --- [INFO] Resolving class path of [bundle] APP4MC Validation UI... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.validation.ui --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.validation.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation.ui --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.validation.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.extended >-- [INFO] Building [bundle] APP4MC Amalthea Model Editor - Extended 3.2.0-SNAPSHOT [45/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.model.editor.extended/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Model Editor - Extended... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Compiling 33 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.editor.extended:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.model.editor.extended --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.standard >-- [INFO] Building org.eclipse.app4mc.amalthea.validations.standard 3.2.0-SNAPSHOT [46/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.standard... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Compiling 42 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.standard:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.validations.standard --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.inchron >-- [INFO] Building org.eclipse.app4mc.amalthea.validations.inchron 3.2.0-SNAPSHOT [47/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.inchron... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.inchron:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.validations.inchron --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.ta >---- [INFO] Building org.eclipse.app4mc.amalthea.validations.ta 3.2.0-SNAPSHOT [48/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.ta... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.ta:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.validations.ta --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.sim >--- [INFO] Building org.eclipse.app4mc.amalthea.validations.sim 3.2.0-SNAPSHOT [49/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.validations.sim/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.sim... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] No baseline version MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.sim:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.validations.sim --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.util.svg >-- [INFO] Building [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz) 3.2.0-SNAPSHOT [50/116] [INFO] from plugins/org.eclipse.app4mc.visualization.util.svg/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Resolving class path of [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz)... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.util.svg:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.visualization.util.svg --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.ui >---- [INFO] Building [bundle] APP4MC Visualization UI 3.2.0-SNAPSHOT [51/116] [INFO] from plugins/org.eclipse.app4mc.visualization.ui/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.ui --- [INFO] The project's OSGi version is 3.2.0.202404100608 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.visualization.ui --- [INFO] Resolving class path of [bundle] APP4MC Visualization UI... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.visualization.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.visualization.ui --- [INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.visualization.ui --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.visualization.ui --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.ui --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.visualization.ui --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.ui:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.visualization.ui --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.ui --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.visualization.ui --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualization.runnabledependency >-- [INFO] Building [bundle] APP4MC Amalthea Runnable Dependency Visualization 3.2.0-SNAPSHOT [52/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Runnable Dependency Visualization... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualization.runnabledependency:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.javafx >-- [INFO] Building [bundle] APP4MC Amalthea Visualizations (JavaFX) 3.2.0-SNAPSHOT [53/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (JavaFX)... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/target/org.eclipse.app4mc.amalthea.visualizations.javafx-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/target/org.eclipse.app4mc.amalthea.visualizations.javafx-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.javafx:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/target/org.eclipse.app4mc.amalthea.visualizations.javafx-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.javafx/target/org.eclipse.app4mc.amalthea.visualizations.javafx-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualizations.javafx --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.svg >-- [INFO] Building [bundle] APP4MC Amalthea Visualizations (SVG) 3.2.0-SNAPSHOT [54/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (SVG)... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.svg:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualizations.svg --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.swt >-- [INFO] Building [bundle] APP4MC Amalthea Visualizations (SWT) 3.2.0-SNAPSHOT [55/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.visualizations.swt/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (SWT)... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/target/org.eclipse.app4mc.amalthea.visualizations.swt-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/target/org.eclipse.app4mc.amalthea.visualizations.swt-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.swt:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/target/org.eclipse.app4mc.amalthea.visualizations.swt-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.visualizations.swt/target/org.eclipse.app4mc.amalthea.visualizations.swt-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualizations.swt --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.core >-- [INFO] Building [bundle] APP4MC Amalthea Workflow Core 3.2.0-SNAPSHOT [56/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.workflow.core/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow Core... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.core:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.workflow.core --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.ease >-- [INFO] Building [bundle] APP4MC Amalthea Workflow Ease 3.2.0-SNAPSHOT [57/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.workflow.ease/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow Ease... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.ease:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.workflow.ease --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.help >-- [INFO] Building org.eclipse.app4mc.amalthea.workflow.help 3.2.0-SNAPSHOT [58/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.workflow.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Resolving class path of org.eclipse.app4mc.amalthea.workflow.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/build generate-help: [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/build/dev_workflow.html [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/target/org.eclipse.app4mc.amalthea.workflow.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.help/target/org.eclipse.app4mc.amalthea.workflow.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.workflow.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe2 >-- [INFO] Building [bundle] APP4MC Amalthea Workflow MWE2 3.2.0-SNAPSHOT [59/116] [INFO] from plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow MWE2... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe2:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.workflow.mwe2 --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.amalthea >-- [INFO] Building [bundle] ATDB import from Amalthea 3.2.0-SNAPSHOT [60/116] [INFO] from plugins/org.eclipse.app4mc.atdb.import.amalthea/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Resolving class path of [bundle] ATDB import from Amalthea... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.amalthea:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.atdb.import.amalthea --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.btf >----- [INFO] Building [bundle] APP4MC Amalthea BTF to ATDB import 3.2.0-SNAPSHOT [61/116] [INFO] from plugins/org.eclipse.app4mc.atdb.import.btf/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Resolving class path of [bundle] APP4MC Amalthea BTF to ATDB import... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.btf:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.atdb.import.btf --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.metrics >------ [INFO] Building [bundle] APP4MC ATDB Viewer 3.2.0-SNAPSHOT [62/116] [INFO] from plugins/org.eclipse.app4mc.atdb.metrics/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.metrics --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Resolving class path of [bundle] APP4MC ATDB Viewer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb.metrics --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.atdb.metrics --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.metrics:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.atdb.metrics --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.metrics --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.atdb.metrics --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.emf.visualizations >--- [INFO] Building [bundle] APP4MC EMF Visualizations 3.2.0-SNAPSHOT [63/116] [INFO] from plugins/org.eclipse.app4mc.emf.visualizations/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.emf.visualizations --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Resolving class path of [bundle] APP4MC EMF Visualizations... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.emf.visualizations --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.emf.visualizations --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.emf.visualizations:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.emf.visualizations --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.emf.visualizations --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.emf.visualizations --- [INFO] No tests to run. [INFO] [INFO] ----------< org.eclipse.app4mc.build:org.eclipse.app4mc.help >---------- [INFO] Building org.eclipse.app4mc.help 3.2.0-SNAPSHOT [64/116] [INFO] from plugins/org.eclipse.app4mc.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.help --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.help --- [INFO] Resolving class path of org.eclipse.app4mc.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build generate-help: [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/dev_atdb.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/dev_overview.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_atdb.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_btf_mta3.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_democar.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_hardware.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_1.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_2.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_client_server.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_feedback_loop.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_periodic.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_state_machine.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_modeling_state_machine_feedback_loop.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_numeric_modes.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/example_scheduler.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/ext_example.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/ext_overview.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/ext_simulation.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/ext_transformation.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/ext_viewer.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/introduction.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/release_notes.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/roadmap.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/user_faq.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build/user_known_issues.html [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/help [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/target/org.eclipse.app4mc.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.help/target/org.eclipse.app4mc.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.ide.examples.installer >-- [INFO] Building [bundle] APP4MC IDE Examples Installer 3.2.0-SNAPSHOT [65/116] [INFO] from plugins/org.eclipse.app4mc.ide.examples.installer/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Resolving class path of [bundle] APP4MC IDE Examples Installer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.ide.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.ide.examples.installer --- [INFO] No tests to run. [INFO] [INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.ide >------ [INFO] Building [bundle] APP4MC Tool Platform IDE 3.2.0-SNAPSHOT [66/116] [INFO] from plugins/org.eclipse.app4mc.platform.ide/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.platform.ide --- [INFO] The project's OSGi version is 3.2.0.202311211835 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.platform.ide --- [INFO] Resolving class path of [bundle] APP4MC Tool Platform IDE... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.platform.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.platform.ide --- [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.platform.ide --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.platform.ide --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.platform.ide --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.platform.ide --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.ide:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.ide --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.platform.ide --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.platform.ide --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.ot1 >-- [INFO] Building [bundle] APP4MC Trace Converter - OT1 3.2.0-SNAPSHOT [67/116] [INFO] from plugins/org.eclipse.app4mc.tracing.converter.ot1/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Resolving class path of [bundle] APP4MC Trace Converter - OT1... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Compiling 165 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.ot1:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.tracing.converter.ot1 --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter >---- [INFO] Building [bundle] APP4MC Trace Converter 3.2.0-SNAPSHOT [68/116] [INFO] from plugins/org.eclipse.app4mc.tracing.converter/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter --- [INFO] Resolving class path of [bundle] APP4MC Trace Converter... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.tracing.converter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.tracing.converter --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.tracing.converter --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.tracing.converter --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.tracing.converter --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.tracing.converter --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.tracing.converter --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.atdb >-- [INFO] Building [bundle] APP4MC Trace Converter - ATDB 3.2.0-SNAPSHOT [69/116] [INFO] from plugins/org.eclipse.app4mc.tracing.converter.atdb/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Resolving class path of [bundle] APP4MC Trace Converter - ATDB... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter.atdb:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.tracing.converter.atdb --- [INFO] No tests to run. [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.validation.help >----- [INFO] Building org.eclipse.app4mc.validation.help 3.2.0-SNAPSHOT [70/116] [INFO] from plugins/org.eclipse.app4mc.validation.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.help --- [INFO] Resolving class path of org.eclipse.app4mc.validation.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.validation.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build generate-help: [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build/dev_validation.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build/user_validation.html [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/help [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.validation.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.validation.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/target/org.eclipse.app4mc.validation.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.validation.help/target/org.eclipse.app4mc.validation.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.validation.help --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.help >--- [INFO] Building org.eclipse.app4mc.visualization.help 3.2.0-SNAPSHOT [71/116] [INFO] from plugins/org.eclipse.app4mc.visualization.help/pom.xml [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.help --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.visualization.help --- [INFO] Resolving class path of org.eclipse.app4mc.visualization.help... [INFO] [INFO] --- antrun:1.7:run (replace-build-token) @ org.eclipse.app4mc.visualization.help --- [INFO] Executing tasks main: default: init-build: [mkdir] Created dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build generate-help: [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build/dev_visualization.html [wikitext-to-eclipse-help] multipleOutputFiles have already been created in folder '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build' Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build/user_visualization.html [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/help [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/help [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/toc [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/build [INFO] Executed tasks [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.visualization.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.visualization.help --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.visualization.help --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.help --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/target/org.eclipse.app4mc.visualization.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.visualization.help --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.help:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.visualization.help --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.visualization.help/target/org.eclipse.app4mc.visualization.help-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.help --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.visualization.help --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.waters.examples.installer >-- [INFO] Building [bundle] APP4MC WATERS Examples Installer 3.2.0-SNAPSHOT [72/116] [INFO] from plugins/org.eclipse.app4mc.waters.examples.installer/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Resolving class path of [bundle] APP4MC WATERS Examples Installer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.waters.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.waters.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.workflow.examples.installer >-- [INFO] Building [bundle] APP4MC Workflow Examples Installer 3.2.0-SNAPSHOT [73/116] [INFO] from plugins/org.eclipse.app4mc.workflow.examples.installer/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Resolving class path of [bundle] APP4MC Workflow Examples Installer... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.workflow.examples.installer:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.workflow.examples.installer --- [INFO] No tests to run. [INFO] [INFO] ---------------< org.eclipse.app4mc.build:org.jenetics >---------------- [INFO] Building [bundle] Jenetics 3.8.0-SNAPSHOT [74/116] [INFO] from plugins/org.jenetics/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.jenetics --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.jenetics --- [INFO] The project's OSGi version is 3.8.0.202008131435 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.jenetics --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.jenetics --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.jenetics --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.jenetics --- [INFO] Resolving class path of [bundle] Jenetics... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.jenetics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.jenetics --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.jenetics:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.jenetics --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.jenetics --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.jenetics --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.jenetics:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.jenetics --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.jenetics --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.jenetics --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.jenetics --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.jenetics --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.jenetics:3.8.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.jenetics --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT.jar_unpacked_9535418356697763230/libs/org.jenetics-3.8.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT.jar_unpacked_9535418356697763230/libs/org.jenetics-3.8.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs-doc/org.jenetics-3.8.0-javadoc.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs-doc/org.jenetics-3.8.0-javadoc.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs-src/org.jenetics-3.8.0-src.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs-src/org.jenetics-3.8.0-src.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs/org.jenetics-3.8.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar_unpacked_10288731503172236041/libs/org.jenetics-3.8.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.jenetics --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.jenetics --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.app4mc.build:org.jgrapht >---------------- [INFO] Building [bundle] JGraphT 0.9.0-SNAPSHOT [75/116] [INFO] from plugins/org.jgrapht/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.jgrapht --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.jgrapht --- [INFO] The project's OSGi version is 0.9.0.202012022258 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.jgrapht --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.jgrapht --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.jgrapht --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.jgrapht --- [INFO] Resolving class path of [bundle] JGraphT... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.jgrapht --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.jgrapht --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.jgrapht:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.jgrapht --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.jgrapht --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.jgrapht --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.jgrapht:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.jgrapht --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.jgrapht --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.jgrapht --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.jgrapht --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.jgrapht --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.jgrapht:0.9.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.jgrapht --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT.jar_unpacked_129049052547515855/libs/jgrapht-core-0.9.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT.jar_unpacked_129049052547515855/libs/jgrapht-core-0.9.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT-sources.jar_unpacked_2496940042394343650/libs/jgrapht-core-0.9.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT-sources.jar_unpacked_2496940042394343650/libs/jgrapht-core-0.9.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.jgrapht --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.jgrapht --- [INFO] No tests to run. [INFO] [INFO] ----------------< org.eclipse.app4mc.build:org.ojalgo >----------------- [INFO] Building [bundle] ojAlgo 39.0.0-SNAPSHOT [76/116] [INFO] from plugins/org.ojalgo/.polyglot.META-INF [INFO] ---------------------------[ eclipse-plugin ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.ojalgo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.ojalgo --- [INFO] The project's OSGi version is 39.0.0.202008131435 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.ojalgo --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.ojalgo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.ojalgo --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.ojalgo --- [INFO] Resolving class path of [bundle] ojAlgo... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.ojalgo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.ojalgo --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.ojalgo:39.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/.polyglot.META-INF [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.ojalgo --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.ojalgo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/src/test/resources [INFO] [INFO] --- tycho-compiler:3.0.4:testCompile (default-testCompile) @ org.ojalgo --- [WARNING] The effective compiler target level 11 is incompatible with the following OSGi execution environments: [JavaSE-1.8 (assumes 1.8)] @ MavenProject: org.eclipse.app4mc.build:org.ojalgo:39.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/.polyglot.META-INF [INFO] [INFO] --- surefire:3.0.0-M5:test (default-test) @ org.ojalgo --- [INFO] No tests to run. [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.ojalgo --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.ojalgo --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.ojalgo --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.ojalgo --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.ojalgo:39.0.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.ojalgo --- [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT.jar_unpacked_8168761053760498353/libs/ojalgo-39.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT.jar_unpacked_8168761053760498353/libs/ojalgo-39.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT.jar [INFO] Signing of nested jars of '/home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT-sources.jar_unpacked_9226899547452461864/libs/ojalgo-39.0.jar' is disabled. [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT-sources.jar_unpacked_9226899547452461864/libs/ojalgo-39.0.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:integration-test (default-integration-test) @ org.ojalgo --- [INFO] [INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.ojalgo --- [INFO] No tests to run. [INFO] [INFO] -------------------< org.eclipse.app4mc.build:tests >------------------- [INFO] Building [aggregator] tests 3.2.0-SNAPSHOT [77/116] [INFO] from tests/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ tests --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ tests --- [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Model - Tests 3.2.0-SNAPSHOT [78/116] [INFO] from tests/org.eclipse.app4mc.amalthea.model.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] The project's OSGi version is 3.2.0.202311210746 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Amalthea Model - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.model.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.model.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.138 s - in org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computeMedian Time elapsed: 0.055 s org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computeAverage Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computePRemainPromille Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.476 s - in org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testPutMethods Time elapsed: 0.459 s org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testGetMethods Time elapsed: 0.014 s Running org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.074 s - in org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndex Time elapsed: 0.048 s org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndexSearch Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testRemoveAllLabels Time elapsed: 0.019 s Running org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.129 s - in org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testLabelAccessMethods Time elapsed: 0.08 s org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testActivityItemsWithModes Time elapsed: 0.044 s org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testCollectActivityGraphItems Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 s - in org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_NestedRef Time elapsed: 0.039 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Flat Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Nested Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testRunnableDeadline Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testProcessDeadline Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.189 s - in org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testcalculateLatencyPathTime Time elapsed: 0.091 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAllProcessingUnitsForProcessingUnitDefinition Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessElementsToDestination Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWStructure Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWProcessingUnitDefintions Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMinDataRateOfHwAccessPath Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessLatencies Time elapsed: 0.027 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWModelExistance Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWModel Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessTimes Time elapsed: 0.022 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testCalculateHwAccesPathTime Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessTimes Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testISRsMappedToCore Time elapsed: 0.08 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testAssignedCoreForProcess Time elapsed: 0.009 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testModelExistance Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testProcessesMappedToCore Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testTaskMapping Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testRunnableItemsCollection Time elapsed: 0.052 s org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testExecutionTimeForRunnableFunction Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testModelExistance Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 s - in org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreationAlwaysNewCopy Time elapsed: 0.057 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreation Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelNamesUnique Time elapsed: 0.018 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelCorrectReferences Time elapsed: 0.01 s Running org.eclipse.app4mc.amalthea.model.tests.NameTest Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 s - in org.eclipse.app4mc.amalthea.model.tests.NameTest org.eclipse.app4mc.amalthea.model.tests.NameTest.testStringOperationsPlain Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testUniqueName Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments1 Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments2 Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testStructure Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testStringOperationsEncoded Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.model.tests.DeviationsTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 s - in org.eclipse.app4mc.amalthea.model.tests.DeviationsTest org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage1 Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage2 Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.model.tests.AllTests ++++ Metamodel check startet at 2024-04-10 16:41:15:256 Derived reference: Tag -- taggedObjects --> ITaggable Container reference: Namespace -- previousSegment --> Namespace Derived reference: Namespace -- memberObjects --> INamespaceMember Container reference: ModeLiteral -- containingMode --> EnumMode Derived reference: ISystem -- innerPorts --> QualifiedPort Container reference: SubInterface -- containingInterface --> ComponentInterface Container reference: ComponentPort -- containingComponent --> Component Derived reference: ComponentStructure -- memberObjects --> IComponentStructureMember Container reference: ComponentInstance -- containingSystem --> ISystem Container reference: Connector -- containingSystem --> ISystem Derived reference: CustomEvent -- explicitTriggers --> CustomEventTrigger Derived reference: HwStructure -- innerPorts --> HwPort Derived reference: Memory -- mappings --> MemoryMapping Container reference: HwFeature -- containingCategory --> HwFeatureCategory Derived reference: HwPort -- connections --> HwConnection Container reference: HwAccessElement -- source --> ProcessingUnit Derived reference: HwPath -- source --> ProcessingUnit Derived reference: HwPath -- destination --> HwDestination Container reference: HwAccessPath -- containingAccessElement --> HwAccessElement Derived reference: Semaphore -- semaphoreAccesses --> SemaphoreAccess Derived reference: Semaphore -- referringComponents --> Component Derived reference: Scheduler -- schedulerAllocations --> SchedulerAllocation Derived reference: Scheduler -- runnableAllocations --> RunnableAllocation Derived reference: TaskScheduler -- childAssociations --> SchedulerAssociation Derived reference: TaskScheduler -- taskAllocations --> TaskAllocation Derived reference: TaskScheduler -- parentScheduler --> TaskScheduler Derived reference: TaskScheduler -- childSchedulers --> TaskScheduler Container reference: SchedulerAssociation -- child --> TaskScheduler Derived reference: InterruptController -- isrAllocations --> ISRAllocation Derived reference: SchedulingParameterDefinition -- schedulerDefinitions --> SchedulerDefinition Derived reference: Stimulus -- affectedProcesses --> Process Derived reference: InterProcessStimulus -- explicitTriggers --> InterProcessTrigger Derived reference: AbstractMemoryElement -- mappings --> MemoryMapping Derived reference: AbstractProcess -- referringComponents --> Component Derived reference: ActivityGraphItem -- containingExecutable --> IExecutable Derived reference: ActivityGraphItem -- containingProcess --> Process Derived reference: ActivityGraphItem -- containingRunnable --> Runnable Derived reference: ActivityGraphItem -- containingActivityGraph --> ActivityGraph Derived reference: OsEvent -- referringComponents --> Component Derived reference: DataDependency -- containingRunnable --> Runnable Container reference: RunnableParameter -- containingRunnable --> Runnable Derived reference: Runnable -- runnableCalls --> RunnableCall Derived reference: Runnable -- referringComponents --> Component Derived reference: Label -- labelAccesses --> LabelAccess Derived reference: Label -- referringComponents --> Component Derived reference: Channel -- channelAccesses --> ChannelAccess Derived reference: Section -- labels --> Label Derived reference: Section -- runnables --> Runnable Container reference: CallArgument -- containingCall --> RunnableCall Container reference: LocalModeLabel -- containingExecutable --> IExecutable ++++ Metamodel check finished at 2024-04-10 16:41:15:262 Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.236 s - in org.eclipse.app4mc.amalthea.model.tests.AllTests org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage1 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage2 Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest.checkMetaModel Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testStringOperationsPlain Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testUniqueName Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments1 Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments2 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testStructure Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.NameTest.testStringOperationsEncoded Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case1 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case2 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case3 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case4 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case5 Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case6 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case7 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case8 Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreationAlwaysNewCopy Time elapsed: 0.039 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreation Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelNamesUnique Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelCorrectReferences Time elapsed: 0.024 s org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testPutMethods Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testGetMethods Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testISRsMappedToCore Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testAssignedCoreForProcess Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testModelExistance Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testProcessesMappedToCore Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testTaskMapping Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testcalculateLatencyPathTime Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAllProcessingUnitsForProcessingUnitDefinition Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessElementsToDestination Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWStructure Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWProcessingUnitDefintions Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMinDataRateOfHwAccessPath Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessLatencies Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWModelExistance Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWModel Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessTimes Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testCalculateHwAccesPathTime Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessTimes Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testRunnableItemsCollection Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testExecutionTimeForRunnableFunction Time elapsed: 0.025 s org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testModelExistance Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computeMedian Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computeAverage Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computePRemainPromille Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndex Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndexSearch Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testRemoveAllLabels Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_NestedRef Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Flat Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Nested Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testRunnableDeadline Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testProcessDeadline Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testLabelAccessMethods Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testActivityItemsWithModes Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testCollectActivityGraphItems Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case1 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case2 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case3 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case4 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case5 Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case6 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case7 Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case8 Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest ++++ Metamodel check startet at 2024-04-10 16:41:15:546 Derived reference: Tag -- taggedObjects --> ITaggable Container reference: Namespace -- previousSegment --> Namespace Derived reference: Namespace -- memberObjects --> INamespaceMember Container reference: ModeLiteral -- containingMode --> EnumMode Derived reference: ISystem -- innerPorts --> QualifiedPort Container reference: SubInterface -- containingInterface --> ComponentInterface Container reference: ComponentPort -- containingComponent --> Component Derived reference: ComponentStructure -- memberObjects --> IComponentStructureMember Container reference: ComponentInstance -- containingSystem --> ISystem Container reference: Connector -- containingSystem --> ISystem Derived reference: CustomEvent -- explicitTriggers --> CustomEventTrigger Derived reference: HwStructure -- innerPorts --> HwPort Derived reference: Memory -- mappings --> MemoryMapping Container reference: HwFeature -- containingCategory --> HwFeatureCategory Derived reference: HwPort -- connections --> HwConnection Container reference: HwAccessElement -- source --> ProcessingUnit Derived reference: HwPath -- source --> ProcessingUnit Derived reference: HwPath -- destination --> HwDestination Container reference: HwAccessPath -- containingAccessElement --> HwAccessElement Derived reference: Semaphore -- semaphoreAccesses --> SemaphoreAccess Derived reference: Semaphore -- referringComponents --> Component Derived reference: Scheduler -- schedulerAllocations --> SchedulerAllocation Derived reference: Scheduler -- runnableAllocations --> RunnableAllocation Derived reference: TaskScheduler -- childAssociations --> SchedulerAssociation Derived reference: TaskScheduler -- taskAllocations --> TaskAllocation Derived reference: TaskScheduler -- parentScheduler --> TaskScheduler Derived reference: TaskScheduler -- childSchedulers --> TaskScheduler Container reference: SchedulerAssociation -- child --> TaskScheduler Derived reference: InterruptController -- isrAllocations --> ISRAllocation Derived reference: SchedulingParameterDefinition -- schedulerDefinitions --> SchedulerDefinition Derived reference: Stimulus -- affectedProcesses --> Process Derived reference: InterProcessStimulus -- explicitTriggers --> InterProcessTrigger Derived reference: AbstractMemoryElement -- mappings --> MemoryMapping Derived reference: AbstractProcess -- referringComponents --> Component Derived reference: ActivityGraphItem -- containingExecutable --> IExecutable Derived reference: ActivityGraphItem -- containingProcess --> Process Derived reference: ActivityGraphItem -- containingRunnable --> Runnable Derived reference: ActivityGraphItem -- containingActivityGraph --> ActivityGraph Derived reference: OsEvent -- referringComponents --> Component Derived reference: DataDependency -- containingRunnable --> Runnable Container reference: RunnableParameter -- containingRunnable --> Runnable Derived reference: Runnable -- runnableCalls --> RunnableCall Derived reference: Runnable -- referringComponents --> Component Derived reference: Label -- labelAccesses --> LabelAccess Derived reference: Label -- referringComponents --> Component Derived reference: Channel -- channelAccesses --> ChannelAccess Derived reference: Section -- labels --> Label Derived reference: Section -- runnables --> Runnable Container reference: CallArgument -- containingCall --> RunnableCall Container reference: LocalModeLabel -- containingExecutable --> IExecutable ++++ Metamodel check finished at 2024-04-10 16:41:15:548 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest.checkMetaModel Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details. Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 s - in org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetInvalidNamespaceFromNull Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldFindValidModelVersion Time elapsed: 0.031 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetNamespaceFromModelFile Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetVersionFromZIPFile Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetVersionFromModelFile Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldFindInvalidModelVersion Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetInvalidVersionFromNull Time elapsed: 0 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetNamespaceFromZIPFile Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.338 s - in org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest.loadModelFromFolder Time elapsed: 0.329 s org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest.loadModelFromFile Time elapsed: 0.007 s Results: Tests run: 124, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.validation.core.tests >-- [INFO] Building [test-bundle] APP4MC Validation Core - Tests 3.2.0-SNAPSHOT [79/116] [INFO] from tests/org.eclipse.app4mc.validation.core.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.core.tests --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Validation Core - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Compiling 38 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.core.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation.core.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.core.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.validation.core.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.validation.core.tests/target/surefire.properties] Running org.eclipse.app4mc.validation.core.tests.ExecutorTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.295 s - in org.eclipse.app4mc.validation.core.tests.ExecutorTest org.eclipse.app4mc.validation.core.tests.ExecutorTest.testSingleProfileExecution Time elapsed: 0.229 s org.eclipse.app4mc.validation.core.tests.ExecutorTest.testMultipleProfileExecution Time elapsed: 0.005 s Running org.eclipse.app4mc.validation.core.tests.ProfileTest Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.app4mc.validation.core.tests.ProfileTest org.eclipse.app4mc.validation.core.tests.ProfileTest.testProfileManager Time elapsed: 0.001 s org.eclipse.app4mc.validation.core.tests.ProfileTest.testAggregator Time elapsed: 0.001 s Results: Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.standard.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Validations - Tests 3.2.0-SNAPSHOT [80/116] [INFO] from tests/org.eclipse.app4mc.amalthea.validations.standard.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Amalthea Validations - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.standard.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.validations.standard.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.91 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testSynchronizationConstraintTolerance Time elapsed: 0.654 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingStimulusInSubEvent Time elapsed: 0.037 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDelayConstraintTime Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongResponseInSubEvent Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongStimulusInSubEvent Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingResponseEventAtChainEnd Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingStimulusEventAtChainStart Time elapsed: 0.01 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleGood Time elapsed: 0.032 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDataAgeTime Time elapsed: 0.013 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testECLConstraintTime Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingResponseInSubEvent Time elapsed: 0.014 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testRepetitionConstraintTime Time elapsed: 0.017 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.288 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedContinuousValueDistribution Time elapsed: 0.059 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueWeibullEstimatorsDistribution Time elapsed: 0.019 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueInterval Time elapsed: 0.015 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueBetaDistribution Time elapsed: 0.013 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedDiscreteValueDistribution Time elapsed: 0.047 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueStatistics Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeInterval Time elapsed: 0.009 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedTimeDistribution Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeStatistics Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueStatistics Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueBetaDistribution Time elapsed: 0.049 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeBetaDistribution Time elapsed: 0.014 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeWeibullEstimatorsDistribution Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueInterval Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueWeibullEstimatorsDistribution Time elapsed: 0.007 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyDuplicateKey Time elapsed: 0.01 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyNoDuplicateKey Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.327 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreCountingSemaphoreHasNoPCPValidated Time elapsed: 0.102 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreMaxValueOneValidated Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationMultiParameterTypeValidity Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAssociationSchedulingParameters Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testValidModel Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatoryTaskAllocationSchedulingParameters Time elapsed: 0.01 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationSingleParameterTypeValidity Time elapsed: 0.035 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testOverriddenSchedulerParameterHasNullValidated Time elapsed: 0.016 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterManyValidated Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterDefaultValueValidated Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAlgorithmParameterTypeValidity Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationMultiNestedParameterTypeValidity Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialValueZeroValidated Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatoryISRAllocationSchedulingParameters Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreWrongOwnership Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityLower Time elapsed: 0.009 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityUpper Time elapsed: 0.035 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterTypeValidated Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAlgorithmParameters Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDWillBeValidated Time elapsed: 0.01 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialNotGreaterThanMaxValueValidated Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterMandatoryValidated Time elapsed: 0.006 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.AllTests Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.595 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.AllTests org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedContinuousValueDistribution Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueWeibullEstimatorsDistribution Time elapsed: 0.028 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueInterval Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueBetaDistribution Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedDiscreteValueDistribution Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueStatistics Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeInterval Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedTimeDistribution Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeStatistics Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueStatistics Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueBetaDistribution Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeBetaDistribution Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeWeibullEstimatorsDistribution Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueInterval Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueWeibullEstimatorsDistribution Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyDuplicateKey Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyNoDuplicateKey Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testSynchronizationConstraintTolerance Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingStimulusInSubEvent Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDelayConstraintTime Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongResponseInSubEvent Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongStimulusInSubEvent Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingResponseEventAtChainEnd Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingStimulusEventAtChainStart Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleGood Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDataAgeTime Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testECLConstraintTime Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingResponseInSubEvent Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testRepetitionConstraintTime Time elapsed: 0.032 s org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.testECUType_Attributes_NoDuplicateNameAddAttributeTwice Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.test_HardwareFrequencyDomainPositive Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_SimpleHierarchy Time elapsed: 0.027 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingTaskInTaskAlloc Time elapsed: 0.013 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_DeeperHierarchy Time elapsed: 0.054 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerAndCoreInSchedulerAlloc Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_MultipleTopLevelSchedulerResponsibilities Time elapsed: 0.013 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_UnmappedTasks Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingCoreInSchedulerAlloc Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerInSchedulerAlloc Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerInTaskAlloc Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_UnmappedScheduler Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingTaskAndSchedulerInTaskAlloc Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabelAccess Time elapsed: 0.048 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabel Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeValue Time elapsed: 0.029 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testGroup Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testSemaphoreAccess Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testPeriodicSyntheticStimulusTimes Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testVariableRateStimulusScenario Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testClockStepListTimesAndFrequencies Time elapsed: 0.008 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testArrivalCurveStimulusTimes Time elapsed: 0.019 s org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeInterval_Bounds Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeTruncatedDistribution_Bounds Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testMissingName Time elapsed: 0.009 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreCountingSemaphoreHasNoPCPValidated Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreMaxValueOneValidated Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationMultiParameterTypeValidity Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAssociationSchedulingParameters Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testValidModel Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatoryTaskAllocationSchedulingParameters Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationSingleParameterTypeValidity Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testOverriddenSchedulerParameterHasNullValidated Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterManyValidated Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterDefaultValueValidated Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAlgorithmParameterTypeValidity Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationMultiNestedParameterTypeValidity Time elapsed: 0.032 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialValueZeroValidated Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatoryISRAllocationSchedulingParameters Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreWrongOwnership Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityLower Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityUpper Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterTypeValidated Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAlgorithmParameters Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDWillBeValidated Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialNotGreaterThanMaxValueValidated Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterMandatoryValidated Time elapsed: 0.004 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testPeriodicSyntheticStimulusTimes Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testVariableRateStimulusScenario Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testClockStepListTimesAndFrequencies Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testArrivalCurveStimulusTimes Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeInterval_Bounds Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeTruncatedDistribution_Bounds Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testMissingName Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabelAccess Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabel Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeValue Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testGroup Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testSemaphoreAccess Time elapsed: 0.003 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.testECUType_Attributes_NoDuplicateNameAddAttributeTwice Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.test_HardwareFrequencyDomainPositive Time elapsed: 0.001 s Running org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_SimpleHierarchy Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingTaskInTaskAlloc Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_DeeperHierarchy Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerAndCoreInSchedulerAlloc Time elapsed: 0.003 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_MultipleTopLevelSchedulerResponsibilities Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_UnmappedTasks Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingCoreInSchedulerAlloc Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerInSchedulerAlloc Time elapsed: 0.018 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerInTaskAlloc Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_UnmappedScheduler Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingTaskAndSchedulerInTaskAlloc Time elapsed: 0.002 s org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping Time elapsed: 0.002 s Results: Tests run: 154, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.ta.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Validations TA - Tests 3.2.0-SNAPSHOT [81/116] [INFO] from tests/org.eclipse.app4mc.amalthea.validations.ta.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Amalthea Validations TA - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.ta.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.validations.ta.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.767 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwarePUDIPCMissing Time elapsed: 0.686 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwareHWFIPCPositive Time elapsed: 0.016 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests.test_TAStimuliVRStimulus Time elapsed: 0.037 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.156 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareModeConditionConjunctionAlwaysFalse Time elapsed: 0.077 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareOsEvent Time elapsed: 0.048 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareServerCall Time elapsed: 0.014 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareRunnableCall Time elapsed: 0.013 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsECLConstraint Time elapsed: 0.085 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRepetitionConstraint Time elapsed: 0.014 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDelayConstraint Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDataAgeTime Time elapsed: 0.041 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRTLimitMustBePositive Time elapsed: 0.013 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicDiscreteValueGaussDistribution Time elapsed: 0.016 s org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicTimeGaussDistribution Time elapsed: 0.015 s org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicContinuousValueGaussDistribution Time elapsed: 0.012 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests.test_TAMMiscSemaphore Time elapsed: 0.015 s Running org.eclipse.app4mc.amalthea.validations.ta.tests.AllTests Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.122 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.AllTests org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicDiscreteValueGaussDistribution Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicTimeGaussDistribution Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicContinuousValueGaussDistribution Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsECLConstraint Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRepetitionConstraint Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDelayConstraint Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDataAgeTime Time elapsed: 0.029 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRTLimitMustBePositive Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwarePUDIPCMissing Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwareHWFIPCPositive Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests.test_TAMMiscSemaphore Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests.test_TAStimuliVRStimulus Time elapsed: 0.004 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareModeConditionConjunctionAlwaysFalse Time elapsed: 0.009 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareOsEvent Time elapsed: 0.006 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareServerCall Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareRunnableCall Time elapsed: 0.005 s Results: Tests run: 32, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.inchron.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Validations Inchron - Tests 3.2.0-SNAPSHOT [82/116] [INFO] from tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Amalthea Validations Inchron - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.inchron.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.validations.inchron.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.validations.inchron.tests.AllTests Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.093 s - in org.eclipse.app4mc.amalthea.validations.inchron.tests.AllTests org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronConstraintsValidator.test_InchronConstraintsCPUPercentageLimit Time elapsed: 0.646 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HWModuleMissingFrequencyDomain Time elapsed: 0.032 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HWModulePortBitWidths Time elapsed: 0.035 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HardwarePUPort Time elapsed: 0.012 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HardwareMemoryPort Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_OSToPUMapping Time elapsed: 0.079 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_UserSpecificScheduler Time elapsed: 0.03 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_OSSchedulerAllocation Time elapsed: 0.051 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronSWValidator.test_SWTaskRunnable Time elapsed: 0.027 s org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronStimuliValidator.test_InchronStimuliGenerators Time elapsed: 0.052 s Results: Tests run: 10, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.sim.tests >-- [INFO] Building [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests 3.2.0-SNAPSHOT [83/116] [INFO] from tests/org.eclipse.app4mc.amalthea.validations.sim.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] The project's OSGi version is 3.2.0.202311210746 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Resolving class path of [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.validations.sim.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.amalthea.validations.sim.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/surefire.properties] Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.913 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessType Time elapsed: 0.737 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareModelLabelAccessType Time elapsed: 0.022 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareChannelElements Time elapsed: 0.019 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareAbstractMemoryElementMapped Time elapsed: 0.034 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessFeasibility Time elapsed: 0.028 s Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests.test_SimMappingSchedulerAllocation_ExecutingPuSet Time elapsed: 0.03 s Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimMemoryDefinitionAccessLatencyDataRate Time elapsed: 0.078 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwConnectionLatencyDataRate Time elapsed: 0.02 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwAccessElemetLatencyDataRate Time elapsed: 0.056 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareProcessingUnitDefinition Time elapsed: 0.007 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareModuleFrequencyDomain Time elapsed: 0.012 s Running org.eclipse.app4mc.amalthea.validations.sim.tests.AllTests Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.AllTests org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests.test_SimBasicIdentifiers Time elapsed: 0.049 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests.test_SimMappingSchedulerAllocation_ExecutingPuSet Time elapsed: 0.005 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessType Time elapsed: 0.013 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareModelLabelAccessType Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareChannelElements Time elapsed: 0.017 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareAbstractMemoryElementMapped Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessFeasibility Time elapsed: 0.011 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimMemoryDefinitionAccessLatencyDataRate Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwConnectionLatencyDataRate Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwAccessElemetLatencyDataRate Time elapsed: 0.034 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareProcessingUnitDefinition Time elapsed: 0.001 s org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareModuleFrequencyDomain Time elapsed: 0.002 s Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests.test_SimBasicIdentifiers Time elapsed: 0.003 s Results: Tests run: 24, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -------< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.tests >------- [INFO] Building [test-bundle] ATDB - Tests 3.2.0-SNAPSHOT [84/116] [INFO] from tests/org.eclipse.app4mc.atdb.tests/.polyglot.META-INF [INFO] ------------------------[ eclipse-test-plugin ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier (default-build-qualifier)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-plugin (default-package-plugin)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.tests --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- tycho-compiler:3.0.4:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.tests --- [INFO] Resolving class path of [test-bundle] ATDB - Tests... [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.atdb.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/src/main/resources [INFO] [INFO] --- tycho-compiler:3.0.4:compile (default-compile) @ org.eclipse.app4mc.atdb.tests --- [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/classes [INFO] [INFO] --- tycho-ds:3.0.4:declarative-services (default-declarative-services) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.atdb.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/src/test/resources [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.tests --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-packaging:3.0.4:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.atdb.tests --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.tests:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/.tycho-consumer-pom.xml [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.atdb.tests --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.2.0-SNAPSHOT.jar [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.2.0-SNAPSHOT-sources.jar [INFO] [INFO] --- tycho-surefire:3.0.4:test (default-test) @ org.eclipse.app4mc.atdb.tests --- [INFO] Could not find a java toolchain of type jdk, using java from JAVA_HOME instead (/opt/tools/java/openjdk/jdk-17/latest/bin/java) [INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/work/data/.metadata/.log [INFO] Command line: [/opt/tools/java/openjdk/jdk-17/latest/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.6.400.v20210924-0641/org.eclipse.equinox.launcher-1.6.400.v20210924-0641.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.headlesstest, -testproperties, /home/jenkins/agent/workspace/build-app4mc-platform-develop/tests/org.eclipse.app4mc.atdb.tests/target/surefire.properties] Running org.eclipse.app4mc.atdb.tests.RoundtripTests Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.61 s - in org.eclipse.app4mc.atdb.tests.RoundtripTests org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup Time elapsed: 0.198 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t02_writeEmptyATDB Time elapsed: 0.005 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t03_writeBasicATDBTables Time elapsed: 0.014 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t04_writeOptionalATDBTables Time elapsed: 0.027 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t05_fillTraceEvents Time elapsed: 0.016 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t06_populateEntitySpecificTables Time elapsed: 0.007 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t07_addAndCheckDurationMetrics Time elapsed: 0.007 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t08_addAndCheckDistanceMetrics Time elapsed: 0.005 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t09_addAndCheckCountMetrics Time elapsed: 0.005 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t10_addAndCheckAggregatedTimeMetrics Time elapsed: 0.004 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t11_addAndCheckEvents Time elapsed: 0.002 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t12_addAndCheckEventChains Time elapsed: 0.002 s org.eclipse.app4mc.atdb.tests.RoundtripTests.t99_shutdown Time elapsed: 0.255 s Results: Tests run: 13, Failures: 0, Errors: 0, Skipped: 0 [INFO] All tests passed! [INFO] [INFO] -----------------< org.eclipse.app4mc.build:features >------------------ [INFO] Building [aggregator] features 3.2.0-SNAPSHOT [85/116] [INFO] from features/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ features --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ features --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ features --- [INFO] [INFO] ----------< org.eclipse.app4mc.build:org.eclipse.app4mc.docu >---------- [INFO] Building [feature] APP4MC Documentation 3.2.0-SNAPSHOT [86/116] [INFO] from features/org.eclipse.app4mc.docu/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.docu --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.docu --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu/target/org.eclipse.app4mc.docu-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.docu --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.docu:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.docu --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.docu --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu/target/org.eclipse.app4mc.docu-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.examples >-------- [INFO] Building [feature] APP4MC AMALTHEA Model Examples 3.2.0-SNAPSHOT [87/116] [INFO] from features/org.eclipse.app4mc.examples/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.examples --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.examples --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples/target/org.eclipse.app4mc.examples-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.examples --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.examples --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.examples --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples/target/org.eclipse.app4mc.examples-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models >----- [INFO] Building [feature] APP4MC AMALTHEA Models 3.2.0-SNAPSHOT [88/116] [INFO] from features/org.eclipse.app4mc.amalthea.models/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.models --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.models --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models/target/org.eclipse.app4mc.amalthea.models-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.models --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.models --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.models --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models/target/org.eclipse.app4mc.amalthea.models-3.2.0-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit >------ [INFO] Building [feature] APP4MC AMALTHEA Edit Support 3.2.0-SNAPSHOT [89/116] [INFO] from features/org.eclipse.app4mc.amalthea.edit/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.edit --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.edit --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit/target/org.eclipse.app4mc.amalthea.edit-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.edit --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.edit --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.edit --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit/target/org.eclipse.app4mc.amalthea.edit-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.docu.sdk >-------- [INFO] Building [feature] APP4MC Documentation SDK 3.2.0-SNAPSHOT [90/116] [INFO] from features/org.eclipse.app4mc.docu.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.docu.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.docu.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu.sdk/target/org.eclipse.app4mc.docu.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.docu.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.docu.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.docu.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.docu.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.docu.sdk/target/org.eclipse.app4mc.docu.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.examples.sdk >------ [INFO] Building [feature] APP4MC AMALTHEA Model Examples SDK 3.2.0-SNAPSHOT [91/116] [INFO] from features/org.eclipse.app4mc.examples.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.examples.sdk --- [INFO] The project's OSGi version is 3.2.0.202311210739 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.examples.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples.sdk/target/org.eclipse.app4mc.examples.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.examples.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.examples.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.examples.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.examples.sdk/target/org.eclipse.app4mc.examples.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models.sdk >--- [INFO] Building [feature] APP4MC AMALTHEA Models SDK 3.2.0-SNAPSHOT [92/116] [INFO] from features/org.eclipse.app4mc.amalthea.models.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models.sdk/target/org.eclipse.app4mc.amalthea.models.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.models.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.models.sdk/target/org.eclipse.app4mc.amalthea.models.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.sdk >---- [INFO] Building [feature] APP4MC AMALTHEA Edit Support SDK 3.2.0-SNAPSHOT [93/116] [INFO] from features/org.eclipse.app4mc.amalthea.edit.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit.sdk/target/org.eclipse.app4mc.amalthea.edit.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.edit.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.edit.sdk/target/org.eclipse.app4mc.amalthea.edit.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors >---- [INFO] Building [feature] APP4MC AMALTHEA Editors 3.2.0-SNAPSHOT [94/116] [INFO] from features/org.eclipse.app4mc.amalthea.editors/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.editors --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.editors --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors/target/org.eclipse.app4mc.amalthea.editors-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.editors --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.editors --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.editors --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors/target/org.eclipse.app4mc.amalthea.editors-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.sdk >-- [INFO] Building [feature] APP4MC AMALTHEA Editors SDK 3.2.0-SNAPSHOT [95/116] [INFO] from features/org.eclipse.app4mc.amalthea.editors.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors.sdk/target/org.eclipse.app4mc.amalthea.editors.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.editors.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.editors.sdk/target/org.eclipse.app4mc.amalthea.editors.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export >----- [INFO] Building [feature] APP4MC AMALTHEA Export 3.2.0-SNAPSHOT [96/116] [INFO] from features/org.eclipse.app4mc.amalthea.export/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.export --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.export --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export/target/org.eclipse.app4mc.amalthea.export-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.export --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.export --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.export --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export/target/org.eclipse.app4mc.amalthea.export-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export.sdk >--- [INFO] Building [feature] APP4MC AMALTHEA Export SDK 3.2.0-SNAPSHOT [97/116] [INFO] from features/org.eclipse.app4mc.amalthea.export.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export.sdk/target/org.eclipse.app4mc.amalthea.export.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.export.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.export.sdk/target/org.eclipse.app4mc.amalthea.export.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import >----- [INFO] Building [feature] APP4MC AMALTHEA Import 3.2.0-SNAPSHOT [98/116] [INFO] from features/org.eclipse.app4mc.amalthea.import/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.import --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.import --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import/target/org.eclipse.app4mc.amalthea.import-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.import --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.import --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.import --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import/target/org.eclipse.app4mc.amalthea.import-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.sdk >--- [INFO] Building [feature] APP4MC AMALTHEA Import SDK 3.2.0-SNAPSHOT [99/116] [INFO] from features/org.eclipse.app4mc.amalthea.import.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import.sdk/target/org.eclipse.app4mc.amalthea.import.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.import.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.import.sdk/target/org.eclipse.app4mc.amalthea.import.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations >-- [INFO] Building [feature] APP4MC AMALTHEA Visualizations 3.2.0-SNAPSHOT [100/116] [INFO] from features/org.eclipse.app4mc.amalthea.visualizations/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations/target/org.eclipse.app4mc.amalthea.visualizations-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualizations --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations/target/org.eclipse.app4mc.amalthea.visualizations-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.sdk >-- [INFO] Building [feature] APP4MC AMALTHEA Visualizations SDK 3.2.0-SNAPSHOT [101/116] [INFO] from features/org.eclipse.app4mc.amalthea.visualizations.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations.sdk/target/org.eclipse.app4mc.amalthea.visualizations.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.visualizations.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.visualizations.sdk/target/org.eclipse.app4mc.amalthea.visualizations.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe >-- [INFO] Building [feature] APP4MC AMALTHEA Workflow MWE 3.2.0-SNAPSHOT [102/116] [INFO] from features/org.eclipse.app4mc.amalthea.workflow.mwe/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe/target/org.eclipse.app4mc.amalthea.workflow.mwe-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.mwe --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe/target/org.eclipse.app4mc.amalthea.workflow.mwe-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe.sdk >-- [INFO] Building [feature] APP4MC AMALTHEA Workflow MWE SDK 3.2.0-SNAPSHOT [103/116] [INFO] from features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/target/org.eclipse.app4mc.amalthea.workflow.mwe.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/target/org.eclipse.app4mc.amalthea.workflow.mwe.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting >-- [INFO] Building [feature] APP4MC AMALTHEA Workflow Scripting 3.2.0-SNAPSHOT [104/116] [INFO] from features/org.eclipse.app4mc.amalthea.workflow.scripting/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] The project's OSGi version is 3.2.0.202404091638 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting/target/org.eclipse.app4mc.amalthea.workflow.scripting-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.scripting --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting/target/org.eclipse.app4mc.amalthea.workflow.scripting-3.2.0-SNAPSHOT.jar [INFO] [INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting.sdk >-- [INFO] Building [feature] APP4MC AMALTHEA Workflow Scripting SDK 3.2.0-SNAPSHOT [105/116] [INFO] from features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] The project's OSGi version is 3.2.0.202404091638 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/target/org.eclipse.app4mc.amalthea.workflow.scripting.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/target/org.eclipse.app4mc.amalthea.workflow.scripting.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing >--------- [INFO] Building [feature] APP4MC Tracing 3.2.0-SNAPSHOT [106/116] [INFO] from features/org.eclipse.app4mc.tracing/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.tracing --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.tracing --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing/target/org.eclipse.app4mc.tracing-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.tracing --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.tracing --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.tracing --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing/target/org.eclipse.app4mc.tracing-3.2.0-SNAPSHOT.jar [INFO] [INFO] -------< org.eclipse.app4mc.build:org.eclipse.app4mc.validation >------- [INFO] Building [feature] APP4MC Validation 3.2.0-SNAPSHOT [107/116] [INFO] from features/org.eclipse.app4mc.validation/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.validation --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.validation --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation/target/org.eclipse.app4mc.validation-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.validation --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation/target/org.eclipse.app4mc.validation-3.2.0-SNAPSHOT.jar [INFO] [INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.platform >-------- [INFO] Building [feature] APP4MC Tool Platform 3.2.0-SNAPSHOT [108/116] [INFO] from features/org.eclipse.app4mc.platform/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.platform --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform/target/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.platform --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform/target/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.3rdparty >---- [INFO] Building [feature] APP4MC Tool Platform 3rd Party Plug-ins 3.2.0-SNAPSHOT [109/116] [INFO] from features/org.eclipse.app4mc.platform.3rdparty/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] The project's OSGi version is 3.2.0.202404091636 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.3rdparty/target/org.eclipse.app4mc.platform.3rdparty-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.3rdparty:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.3rdparty/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.3rdparty --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.3rdparty/target/org.eclipse.app4mc.platform.3rdparty-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.sdk >------- [INFO] Building [feature] APP4MC Tracing SDK 3.2.0-SNAPSHOT [110/116] [INFO] from features/org.eclipse.app4mc.tracing.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.tracing.sdk --- [INFO] The project's OSGi version is 3.2.0.202404091640 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.tracing.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing.sdk/target/org.eclipse.app4mc.tracing.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.tracing.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.tracing.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.tracing.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.tracing.sdk/target/org.eclipse.app4mc.tracing.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] -----< org.eclipse.app4mc.build:org.eclipse.app4mc.validation.sdk >----- [INFO] Building [feature] APP4MC Validation SDK 3.2.0-SNAPSHOT [111/116] [INFO] from features/org.eclipse.app4mc.validation.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.validation.sdk --- [INFO] The project's OSGi version is 3.2.0.202312041442 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.validation.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation.sdk/target/org.eclipse.app4mc.validation.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.validation.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.validation.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.validation.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.validation.sdk/target/org.eclipse.app4mc.validation.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.sdk >------ [INFO] Building [feature] APP4MC Tool Platform SDK 3.2.0-SNAPSHOT [112/116] [INFO] from features/org.eclipse.app4mc.platform.sdk/.polyglot.feature.xml [INFO] --------------------------[ eclipse-feature ]--------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-id (default-validate-id)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:validate-version (default-validate-version)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:update-consumer-pom (default-update-consumer-pom)' [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-feature (default-package-feature)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.sdk --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- tycho-packaging:3.0.4:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-feature (default-package-feature) @ org.eclipse.app4mc.platform.sdk --- [INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.sdk/target/org.eclipse.app4mc.platform.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] --- tycho-p2:3.0.4:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.platform.sdk --- [INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.sdk:3.2.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.sdk/.tycho-consumer-pom.xml [INFO] [INFO] --- tycho-p2:3.0.4:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform.sdk --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.sdk --- [INFO] Signing jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/features/org.eclipse.app4mc.platform.sdk/target/org.eclipse.app4mc.platform.sdk-3.2.0-SNAPSHOT.jar [INFO] [INFO] ---------< org.eclipse.app4mc.build:org.eclipse.app4mc.p2repo >--------- [INFO] Building org.eclipse.app4mc.p2repo 3.2.0-SNAPSHOT [113/116] [INFO] from releng/org.eclipse.app4mc.p2repo/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.p2repo --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.p2repo --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.p2repo --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.p2repo --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.p2repo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.p2repo/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.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 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.app4mc.p2repo --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.app4mc.p2repo --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.p2repo --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.p2repo --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.javafx,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.help,3.2.0.202312041427. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg.source,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.swt,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting,3.2.0.202404091638. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting.sdk,3.2.0.202404091638. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui.source,3.2.0.202404100608. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc.source,3.20.0.202008131456. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc,3.20.0.202008131456. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.help,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.ide.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.sdk,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations.sdk,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide.source,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.source,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.swt.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui,3.2.0.202404100608. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.source,3.2.0.202312041214. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.edit.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model,3.2.0.202312041214. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.editors.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency.source,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.ide.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples.sdk,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.javafx.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta.source,3.2.0.202311210739. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.p2repo --- [INFO] [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.app4mc.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-platform-develop/releng/org.eclipse.app4mc.p2repo/target/org.eclipse.app4mc.p2repo-3.2.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.p2repo --- [INFO] [INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.product >---- [INFO] Building org.eclipse.app4mc.platform.product 3.2.0-SNAPSHOT [114/116] [INFO] from releng/org.eclipse.app4mc.platform.product/pom.xml [INFO] -------------------------[ eclipse-repository ]------------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator)' [WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.4:target-platform (default-target-platform)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform.product --- [INFO] [INFO] --- tycho-packaging:3.0.4:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.product --- [INFO] The project's OSGi version is 3.2.0.202404101620 [INFO] [INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.platform.product --- [INFO] [INFO] --- target-platform-configuration:3.0.4:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.product --- [INFO] [INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.platform.product --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/src/main/resources [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.app4mc.platform.product --- [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 20.0.0] [INFO] Published profile IUs: [a.jre.javase 21.0.0] [INFO] Published profile IUs: [a.jre.javase 22.0.0] [INFO] Published profile IUs: [a.jre.javase 23.0.0] [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-products (default-publish-products) @ org.eclipse.app4mc.platform.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:publish-categories (default-publish-categories) @ org.eclipse.app4mc.platform.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-publisher:3.0.4:attach-artifacts (default-attach-artifacts) @ org.eclipse.app4mc.platform.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] [INFO] --- tycho-p2-repository:3.0.4:assemble-repository (default-assemble-repository) @ org.eclipse.app4mc.platform.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting,3.2.0.202404091638. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting.sdk,3.2.0.202404091638. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.sdk,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.edit.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model,3.2.0.202312041214. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.3rdparty,3.2.0.202404091636. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency.source,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.ide.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.swt,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.ide.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.win32.win32.x86_64,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.source,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.source,3.2.0.202312041214. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.widgets.nattable.core,1.6.0.201909181823 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.editors.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.javafx.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.javafx,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg.source,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc.source,3.20.0.202008131456. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc,3.20.0.202008131456. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.help,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations.sdk,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe.sdk,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.nebula.widgets.nattable.extension.glazedlists,1.6.0.201909181823 have severely compromised security. Please report this concern to the artifact provider. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors.sdk,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples.sdk,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.help,3.2.0.202312041427. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui.source,3.2.0.202404100608. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide.source,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.help,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.swt.source,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui,3.2.0.202404100608. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb,3.2.0.202404091640. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit,3.2.0.202311211835. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.source,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui,3.2.0.202311210739. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export,3.2.0.202312041442. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.gtk.linux.x86_64,3.2.0.202404101620. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.cocoa.macosx.x86_64,3.2.0.202404101620. [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.product --- [INFO] [INFO] --- tycho-p2-repository:3.0.4:archive-repository (default-archive-repository) @ org.eclipse.app4mc.platform.product --- [WARNING] Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/org.eclipse.app4mc.platform.product-3.2.0-SNAPSHOT.zip [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.product --- [INFO] [INFO] --- tycho-p2-director:3.0.4:materialize-products (materialize-products) @ org.eclipse.app4mc.platform.product --- [INFO] Installing product org.eclipse.app4mc.platform.product for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/win32/win32/x86_64 Installing org.eclipse.app4mc.platform.product 3.2.0.202404101620. Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.2.0.202404091636. Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.ease.feature.feature.group 0.9.0.I202206140954. Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.9.0.I202204261218. Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.9.0.I202111181115. Installing org.eclipse.ease.modules.feature.feature.group 0.9.0.I202207260950. Installing org.eclipse.ease.ui.feature.feature.group 0.9.0.I202207260937. Installing org.eclipse.emf.feature.group 2.33.0.v20230226-0921. Installing org.eclipse.emf.doc.feature.group 2.31.0.v20230211-1150. Installing org.eclipse.emf.ecore.xcore.feature.group 1.24.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.9.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.23.0.v20230211-1150. Installing org.eclipse.emf.mwe.core.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.14.0.v20221117-1134. Installing org.eclipse.emf.transaction.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.validation.feature.group 1.13.2.202208271102. Installing org.eclipse.emf.workspace.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.compare.feature.group 3.3.21.202212280858. Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.21.202212280858. Installing org.eclipse.equinox.sdk.feature.group 3.23.700.v20230220-1352. Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.1200.v20221111-1340. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.server.core.feature.group 1.14.900.v20230220-1352. Installing org.eclipse.equinox.server.jetty.feature.group 1.11.100.v20221109-0702. Installing org.eclipse.jdt.feature.group 3.19.0.v20230302-0300. Installing org.eclipse.m2e.feature.feature.group 2.2.1.20230307-1553. Installing org.eclipse.pde.feature.group 3.14.1500.v20230302-0300. Installing org.eclipse.platform.feature.group 4.27.0.v20230302-0300. Installing org.eclipse.xtext.sdk.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.fx.ide.feature.feature.group 3.9.0.202210170554. Installing openjfx.media.feature.feature.group 17.0.2.202204012121. Installing openjfx.standard.feature.feature.group 17.0.2.202204012121. Installing openjfx.swt.feature.feature.group 17.0.2.202204012121. Installing openjfx.web.feature.feature.group 17.0.2.202204012121. Installing org.eclipse.draw2d.feature.group 3.15.0.202211301913. Installing org.eclipse.e4.core.tools.feature.feature.group 4.27.0.v20230221-0927. Installing org.eclipse.e4.rcp.feature.group 4.27.0.v20230220-1431. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.701.v20221112-0806. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.jsdt.feature.feature.group 2.4.400.v202211200038. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.xsd.sdk.feature.group 2.33.0.v20230211-1150. Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.lib.feature.feature.group 1.2022.7. Installing org.eclipse.egit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.gpg.bc.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.http.apache.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.ssh.apache.feature.group 6.5.0.202303070854-r. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null. Operation completed in 61796 ms. [INFO] Installing product org.eclipse.app4mc.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/linux/gtk/x86_64 Installing org.eclipse.app4mc.platform.product 3.2.0.202404101620. Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.2.0.202404091636. Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.ease.feature.feature.group 0.9.0.I202206140954. Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.9.0.I202204261218. Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.9.0.I202111181115. Installing org.eclipse.ease.modules.feature.feature.group 0.9.0.I202207260950. Installing org.eclipse.ease.ui.feature.feature.group 0.9.0.I202207260937. Installing org.eclipse.emf.feature.group 2.33.0.v20230226-0921. Installing org.eclipse.emf.doc.feature.group 2.31.0.v20230211-1150. Installing org.eclipse.emf.ecore.xcore.feature.group 1.24.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.9.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.23.0.v20230211-1150. Installing org.eclipse.emf.mwe.core.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.14.0.v20221117-1134. Installing org.eclipse.emf.transaction.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.validation.feature.group 1.13.2.202208271102. Installing org.eclipse.emf.workspace.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.compare.feature.group 3.3.21.202212280858. Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.21.202212280858. Installing org.eclipse.equinox.sdk.feature.group 3.23.700.v20230220-1352. Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.1200.v20221111-1340. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.server.core.feature.group 1.14.900.v20230220-1352. Installing org.eclipse.equinox.server.jetty.feature.group 1.11.100.v20221109-0702. Installing org.eclipse.jdt.feature.group 3.19.0.v20230302-0300. Installing org.eclipse.m2e.feature.feature.group 2.2.1.20230307-1553. Installing org.eclipse.pde.feature.group 3.14.1500.v20230302-0300. Installing org.eclipse.platform.feature.group 4.27.0.v20230302-0300. Installing org.eclipse.xtext.sdk.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.fx.ide.feature.feature.group 3.9.0.202210170554. Installing openjfx.media.feature.feature.group 17.0.2.202204012121. Installing openjfx.standard.feature.feature.group 17.0.2.202204012121. Installing openjfx.swt.feature.feature.group 17.0.2.202204012121. Installing openjfx.web.feature.feature.group 17.0.2.202204012121. Installing org.eclipse.draw2d.feature.group 3.15.0.202211301913. Installing org.eclipse.e4.core.tools.feature.feature.group 4.27.0.v20230221-0927. Installing org.eclipse.e4.rcp.feature.group 4.27.0.v20230220-1431. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.701.v20221112-0806. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.jsdt.feature.feature.group 2.4.400.v202211200038. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.xsd.sdk.feature.group 2.33.0.v20230211-1150. Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.lib.feature.feature.group 1.2022.7. Installing org.eclipse.egit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.gpg.bc.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.http.apache.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.ssh.apache.feature.group 6.5.0.202303070854-r. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null. Operation completed in 59022 ms. [INFO] Installing product org.eclipse.app4mc.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/macosx/cocoa/x86_64/APP4MC.app Installing org.eclipse.app4mc.platform.product 3.2.0.202404101620. Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.2.0.202404091636. Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.2.0.202312081456. Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.2.0.202312081456. Installing org.eclipse.ease.feature.feature.group 0.9.0.I202206140954. Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.9.0.I202204261218. Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.9.0.I202111181115. Installing org.eclipse.ease.modules.feature.feature.group 0.9.0.I202207260950. Installing org.eclipse.ease.ui.feature.feature.group 0.9.0.I202207260937. Installing org.eclipse.emf.feature.group 2.33.0.v20230226-0921. Installing org.eclipse.emf.doc.feature.group 2.31.0.v20230211-1150. Installing org.eclipse.emf.ecore.xcore.feature.group 1.24.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.9.0.v20230204-1018. Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.23.0.v20230211-1150. Installing org.eclipse.emf.mwe.core.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.8.0.v20221117-1134. Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.14.0.v20221117-1134. Installing org.eclipse.emf.transaction.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.validation.feature.group 1.13.2.202208271102. Installing org.eclipse.emf.workspace.feature.group 1.13.0.202208110935. Installing org.eclipse.emf.compare.feature.group 3.3.21.202212280858. Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.21.202212280858. Installing org.eclipse.equinox.sdk.feature.group 3.23.700.v20230220-1352. Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.1200.v20221111-1340. Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.1900.v20230120-0604. Installing org.eclipse.equinox.server.core.feature.group 1.14.900.v20230220-1352. Installing org.eclipse.equinox.server.jetty.feature.group 1.11.100.v20221109-0702. Installing org.eclipse.jdt.feature.group 3.19.0.v20230302-0300. Installing org.eclipse.m2e.feature.feature.group 2.2.1.20230307-1553. Installing org.eclipse.pde.feature.group 3.14.1500.v20230302-0300. Installing org.eclipse.platform.feature.group 4.27.0.v20230302-0300. Installing org.eclipse.xtext.sdk.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.30.0.v20230227-1344. Installing org.eclipse.fx.ide.feature.feature.group 3.9.0.202210170554. Installing openjfx.media.feature.feature.group 17.0.2.202204012121. Installing openjfx.standard.feature.feature.group 17.0.2.202204012121. Installing openjfx.swt.feature.feature.group 17.0.2.202204012121. Installing openjfx.web.feature.feature.group 17.0.2.202204012121. Installing org.eclipse.draw2d.feature.group 3.15.0.202211301913. Installing org.eclipse.e4.core.tools.feature.feature.group 4.27.0.v20230221-0927. Installing org.eclipse.e4.rcp.feature.group 4.27.0.v20230220-1431. Installing org.eclipse.ecf.core.feature.feature.group 1.6.1.v20211005-1944. Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.501.v20210409-2301. Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.1800.v20220215-0126. Installing org.eclipse.ecf.filetransfer.httpclient5.feature.feature.group 1.1.701.v20221112-0806. Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.401.v20210409-2301. Installing org.eclipse.wst.common_core.feature.feature.group 3.23.0.v202301170743. Installing org.eclipse.wst.common_ui.feature.feature.group 3.29.0.v202301170743. Installing org.eclipse.wst.jsdt.feature.feature.group 2.4.400.v202211200038. Installing org.eclipse.wst.xml_core.feature.feature.group 3.29.0.v202301190221. Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556. Installing org.eclipse.wst.xml_ui.feature.feature.group 3.29.0.v202212250111. Installing org.eclipse.xsd.sdk.feature.group 2.33.0.v20230211-1150. Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.feature.feature.group 1.1.27.202209082104. Installing net.sourceforge.plantuml.lib.feature.feature.group 1.2022.7. Installing org.eclipse.egit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.gpg.bc.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.http.apache.feature.group 6.5.0.202303070854-r. Installing org.eclipse.jgit.ssh.apache.feature.group 6.5.0.202303070854-r. [WARNING] [d4711c65-7d5c-4af5-9978-bfd4b2898fde][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.4] Failed creating shared configuration url for null. Operation completed in 65844 ms. [INFO] [INFO] --- eclipse-macsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.product --- [INFO] [Wed Apr 10 16:53:25 UTC 2024] Signing OS X application '/home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/macosx/cocoa/x86_64/APP4MC.app'... [INFO] [INFO] --- eclipse-winsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.platform.product --- [INFO] [Wed Apr 10 16:54:25 UTC 2024] Signing Windows executable '/home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/win32/win32/x86_64/app4mc.exe' [INFO] [INFO] --- tycho-p2-director:3.0.4:archive-products (archive-products) @ org.eclipse.app4mc.platform.product --- [INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT-20240410-163422-win32.win32.x86_64.zip [INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT-20240410-163422-linux.gtk.x86_64.tar.gz [INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT-20240410-163422-macosx.cocoa.x86_64.tar.gz [INFO] [INFO] --- eclipse-dmg-packager:1.4.2:package-dmg (default) @ org.eclipse.app4mc.platform.product --- [INFO] [Wed Apr 10 16:55:53 UTC 2024] Creating and signing DMG file from '/home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.2.0-SNAPSHOT-20240410-163422-macosx.cocoa.x86_64.tar.gz'... [INFO] [INFO] ------------------< org.eclipse.app4mc.build:releng >------------------- [INFO] Building [aggregator] releng 3.2.0-SNAPSHOT [115/116] [INFO] from releng/.polyglot.pom.tycho [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ releng --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ releng --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ releng --- [INFO] [INFO] ---------< org.eclipse.app4mc.build:org.eclipse.app4mc.target >--------- [INFO] Building [target] APP4MC Target Platform 3.2.0-SNAPSHOT [116/116] [INFO] from releng/org.eclipse.app4mc.target/.polyglot.org.eclipse.app4mc.target.target [INFO] ---------------------[ eclipse-target-definition ]---------------------- [WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-target-definition (default-package-target-definition)' [WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.4:package-target-definition (default-package-target-definition)' [INFO] [INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.target --- [INFO] [INFO] --- tycho-source:3.0.4:plugin-source (plugin-source) @ org.eclipse.app4mc.target --- [INFO] [INFO] --- tycho-packaging:3.0.4:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.target --- [INFO] [INFO] --- eclipse-jarsigner:1.4.2:sign (sign) @ org.eclipse.app4mc.target --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] APP4MC Tool Platform 3.2.0-SNAPSHOT ................ SUCCESS [ 2.008 s] [INFO] app4mc.example.democar 3.2.0-SNAPSHOT .............. SUCCESS [ 8.441 s] [INFO] app4mc.example.democar.extended 3.2.0-SNAPSHOT ..... SUCCESS [ 1.048 s] [INFO] app4mc.example.democar.split 3.2.0-SNAPSHOT ........ SUCCESS [ 1.291 s] [INFO] app4mc.example.hardware 3.2.0-SNAPSHOT ............. SUCCESS [ 1.077 s] [INFO] app4mc.example.scheduler 3.2.0-SNAPSHOT ............ SUCCESS [ 1.634 s] [INFO] app4mc.example.numeric_modes 3.2.0-SNAPSHOT ........ SUCCESS [ 0.855 s] [INFO] app4mc.example.modeling 3.2.0-SNAPSHOT ............. SUCCESS [ 0.943 s] [INFO] app4mc.example.modeling.client_server 3.2.0-SNAPSHOT SUCCESS [ 1.716 s] [INFO] app4mc.example.modeling.feedback_loop 3.2.0-SNAPSHOT SUCCESS [ 1.065 s] [INFO] app4mc.example.modeling.periodic 3.2.0-SNAPSHOT .... SUCCESS [ 0.804 s] [INFO] app4mc.example.modeling.state_machine 3.2.0-SNAPSHOT SUCCESS [ 0.998 s] [INFO] app4mc.example.modeling.state_machine_feedback_loop 3.2.0-SNAPSHOT SUCCESS [ 1.068 s] [INFO] waters.fmtv.challenge.2016 3.2.0-SNAPSHOT .......... SUCCESS [ 1.068 s] [INFO] waters.fmtv.challenge.2017 3.2.0-SNAPSHOT .......... SUCCESS [ 1.672 s] [INFO] waters.fmtv.challenge.2019 3.2.0-SNAPSHOT .......... SUCCESS [ 0.945 s] [INFO] app4mc.example.tool.java 3.2.0-SNAPSHOT ............ SUCCESS [ 0.828 s] [INFO] app4mc.example.tool.validation 3.2.0-SNAPSHOT ...... SUCCESS [ 0.856 s] [INFO] app4mc.example.tool.workflow 3.2.0-SNAPSHOT ........ SUCCESS [ 0.792 s] [INFO] app4mc.example.ide.actions 3.2.0-SNAPSHOT .......... SUCCESS [ 0.978 s] [INFO] app4mc.example.ide.validations 3.2.0-SNAPSHOT ...... SUCCESS [ 1.099 s] [INFO] app4mc.example.ide.visualizations 3.2.0-SNAPSHOT ... SUCCESS [ 0.783 s] [INFO] [aggregator] plugins 3.2.0-SNAPSHOT ................ SUCCESS [ 0.005 s] [INFO] [bundle] mxGraph 3.0.0.7 ........................... SUCCESS [ 17.051 s] [INFO] [bundle] Trove4j 3.0.3-SNAPSHOT .................... SUCCESS [ 10.238 s] [INFO] [bundle] Cutoffseq 1.0.5-SNAPSHOT .................. SUCCESS [ 2.805 s] [INFO] [bundle] chocosolver 4.0.9-SNAPSHOT ................ SUCCESS [ 10.651 s] [INFO] org.eclipse.app4mc.amalthea.edit.help 3.2.0-SNAPSHOT SUCCESS [ 3.961 s] [INFO] org.eclipse.app4mc.amalthea.editors.help 3.2.0-SNAPSHOT SUCCESS [ 1.690 s] [INFO] [bundle] APP4MC Amalthea EMF Util 3.2.0-SNAPSHOT ... SUCCESS [ 7.858 s] [INFO] [bundle] APP4MC Amalthea Examples Installer 3.2.0-SNAPSHOT SUCCESS [ 7.318 s] [INFO] [bundle] SQLite JDBC Driver 3.20.0-SNAPSHOT ........ SUCCESS [ 14.580 s] [INFO] [bundle] AMALTHEA Trace DataBase access 3.2.0-SNAPSHOT SUCCESS [ 3.070 s] [INFO] org.eclipse.app4mc.amalthea.model 3.2.0-SNAPSHOT ... SUCCESS [ 38.547 s] [INFO] [bundle] APP4MC Amalthea import from ATDB 3.2.0-SNAPSHOT SUCCESS [ 4.549 s] [INFO] org.eclipse.app4mc.amalthea.import.help 3.2.0-SNAPSHOT SUCCESS [ 1.985 s] [INFO] org.eclipse.app4mc.amalthea.model.help 3.2.0-SNAPSHOT SUCCESS [ 6.586 s] [INFO] [bundle] APP4MC Amalthea Model Edit Support 3.2.0-SNAPSHOT SUCCESS [ 13.476 s] [INFO] [bundle] APP4MC Amalthea Model Edit Support - Extended 3.2.0-SNAPSHOT SUCCESS [ 4.277 s] [INFO] [bundle] APP4MC Amalthea Model Editor 3.2.0-SNAPSHOT SUCCESS [ 3.022 s] [INFO] [bundle] APP4MC Amalthea Model Editor Contributions 3.2.0-SNAPSHOT SUCCESS [ 4.786 s] [INFO] [bundle] APP4MC Amalthea Model Editor Contributions (Standard) 3.2.0-SNAPSHOT SUCCESS [ 2.910 s] [INFO] org.eclipse.app4mc.validation.core 3.2.0-SNAPSHOT .. SUCCESS [ 2.903 s] [INFO] [bundle] APP4MC Validation UI 3.2.0-SNAPSHOT ....... SUCCESS [ 2.693 s] [INFO] [bundle] APP4MC Amalthea Model Editor - Extended 3.2.0-SNAPSHOT SUCCESS [ 3.987 s] [INFO] org.eclipse.app4mc.amalthea.validations.standard 3.2.0-SNAPSHOT SUCCESS [ 3.475 s] [INFO] org.eclipse.app4mc.amalthea.validations.inchron 3.2.0-SNAPSHOT SUCCESS [ 2.293 s] [INFO] org.eclipse.app4mc.amalthea.validations.ta 3.2.0-SNAPSHOT SUCCESS [ 2.915 s] [INFO] org.eclipse.app4mc.amalthea.validations.sim 3.2.0-SNAPSHOT SUCCESS [ 2.758 s] [INFO] [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz) 3.2.0-SNAPSHOT SUCCESS [ 2.698 s] [INFO] [bundle] APP4MC Visualization UI 3.2.0-SNAPSHOT .... SUCCESS [ 3.116 s] [INFO] [bundle] APP4MC Amalthea Runnable Dependency Visualization 3.2.0-SNAPSHOT SUCCESS [ 3.199 s] [INFO] [bundle] APP4MC Amalthea Visualizations (JavaFX) 3.2.0-SNAPSHOT SUCCESS [ 4.207 s] [INFO] [bundle] APP4MC Amalthea Visualizations (SVG) 3.2.0-SNAPSHOT SUCCESS [ 2.566 s] [INFO] [bundle] APP4MC Amalthea Visualizations (SWT) 3.2.0-SNAPSHOT SUCCESS [ 3.154 s] [INFO] [bundle] APP4MC Amalthea Workflow Core 3.2.0-SNAPSHOT SUCCESS [ 1.933 s] [INFO] [bundle] APP4MC Amalthea Workflow Ease 3.2.0-SNAPSHOT SUCCESS [ 3.592 s] [INFO] org.eclipse.app4mc.amalthea.workflow.help 3.2.0-SNAPSHOT SUCCESS [ 1.332 s] [INFO] [bundle] APP4MC Amalthea Workflow MWE2 3.2.0-SNAPSHOT SUCCESS [ 3.470 s] [INFO] [bundle] ATDB import from Amalthea 3.2.0-SNAPSHOT .. SUCCESS [ 3.951 s] [INFO] [bundle] APP4MC Amalthea BTF to ATDB import 3.2.0-SNAPSHOT SUCCESS [ 3.007 s] [INFO] [bundle] APP4MC ATDB Viewer 3.2.0-SNAPSHOT ......... SUCCESS [ 3.197 s] [INFO] [bundle] APP4MC EMF Visualizations 3.2.0-SNAPSHOT .. SUCCESS [ 2.809 s] [INFO] org.eclipse.app4mc.help 3.2.0-SNAPSHOT ............. SUCCESS [ 3.448 s] [INFO] [bundle] APP4MC IDE Examples Installer 3.2.0-SNAPSHOT SUCCESS [ 3.133 s] [INFO] [bundle] APP4MC Tool Platform IDE 3.2.0-SNAPSHOT ... SUCCESS [ 3.043 s] [INFO] [bundle] APP4MC Trace Converter - OT1 3.2.0-SNAPSHOT SUCCESS [ 6.379 s] [INFO] [bundle] APP4MC Trace Converter 3.2.0-SNAPSHOT ..... SUCCESS [ 2.429 s] [INFO] [bundle] APP4MC Trace Converter - ATDB 3.2.0-SNAPSHOT SUCCESS [ 3.123 s] [INFO] org.eclipse.app4mc.validation.help 3.2.0-SNAPSHOT .. SUCCESS [ 1.435 s] [INFO] org.eclipse.app4mc.visualization.help 3.2.0-SNAPSHOT SUCCESS [ 2.092 s] [INFO] [bundle] APP4MC WATERS Examples Installer 3.2.0-SNAPSHOT SUCCESS [ 5.821 s] [INFO] [bundle] APP4MC Workflow Examples Installer 3.2.0-SNAPSHOT SUCCESS [ 1.887 s] [INFO] [bundle] Jenetics 3.8.0-SNAPSHOT ................... SUCCESS [ 6.334 s] [INFO] [bundle] JGraphT 0.9.0-SNAPSHOT .................... SUCCESS [ 6.262 s] [INFO] [bundle] ojAlgo 39.0.0-SNAPSHOT .................... SUCCESS [ 9.266 s] [INFO] [aggregator] tests 3.2.0-SNAPSHOT .................. SUCCESS [ 0.003 s] [INFO] [test-bundle] APP4MC Amalthea Model - Tests 3.2.0-SNAPSHOT SUCCESS [ 12.682 s] [INFO] [test-bundle] APP4MC Validation Core - Tests 3.2.0-SNAPSHOT SUCCESS [ 8.243 s] [INFO] [test-bundle] APP4MC Amalthea Validations - Tests 3.2.0-SNAPSHOT SUCCESS [ 13.758 s] [INFO] [test-bundle] APP4MC Amalthea Validations TA - Tests 3.2.0-SNAPSHOT SUCCESS [ 10.070 s] [INFO] [test-bundle] APP4MC Amalthea Validations Inchron - Tests 3.2.0-SNAPSHOT SUCCESS [ 8.649 s] [INFO] [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests 3.2.0-SNAPSHOT SUCCESS [ 11.338 s] [INFO] [test-bundle] ATDB - Tests 3.2.0-SNAPSHOT .......... SUCCESS [ 7.669 s] [INFO] [aggregator] features 3.2.0-SNAPSHOT ............... SUCCESS [ 0.006 s] [INFO] [feature] APP4MC Documentation 3.2.0-SNAPSHOT ...... SUCCESS [ 0.983 s] [INFO] [feature] APP4MC AMALTHEA Model Examples 3.2.0-SNAPSHOT SUCCESS [ 1.498 s] [INFO] [feature] APP4MC AMALTHEA Models 3.2.0-SNAPSHOT .... SUCCESS [ 1.499 s] [INFO] [feature] APP4MC AMALTHEA Edit Support 3.2.0-SNAPSHOT SUCCESS [ 0.968 s] [INFO] [feature] APP4MC Documentation SDK 3.2.0-SNAPSHOT .. SUCCESS [ 0.788 s] [INFO] [feature] APP4MC AMALTHEA Model Examples SDK 3.2.0-SNAPSHOT SUCCESS [ 0.938 s] [INFO] [feature] APP4MC AMALTHEA Models SDK 3.2.0-SNAPSHOT SUCCESS [ 0.892 s] [INFO] [feature] APP4MC AMALTHEA Edit Support SDK 3.2.0-SNAPSHOT SUCCESS [ 0.907 s] [INFO] [feature] APP4MC AMALTHEA Editors 3.2.0-SNAPSHOT ... SUCCESS [ 0.925 s] [INFO] [feature] APP4MC AMALTHEA Editors SDK 3.2.0-SNAPSHOT SUCCESS [ 1.653 s] [INFO] [feature] APP4MC AMALTHEA Export 3.2.0-SNAPSHOT .... SUCCESS [ 1.463 s] [INFO] [feature] APP4MC AMALTHEA Export SDK 3.2.0-SNAPSHOT SUCCESS [ 1.601 s] [INFO] [feature] APP4MC AMALTHEA Import 3.2.0-SNAPSHOT .... SUCCESS [ 1.564 s] [INFO] [feature] APP4MC AMALTHEA Import SDK 3.2.0-SNAPSHOT SUCCESS [ 0.822 s] [INFO] [feature] APP4MC AMALTHEA Visualizations 3.2.0-SNAPSHOT SUCCESS [01:41 min] [INFO] [feature] APP4MC AMALTHEA Visualizations SDK 3.2.0-SNAPSHOT SUCCESS [ 0.954 s] [INFO] [feature] APP4MC AMALTHEA Workflow MWE 3.2.0-SNAPSHOT SUCCESS [ 0.942 s] [INFO] [feature] APP4MC AMALTHEA Workflow MWE SDK 3.2.0-SNAPSHOT SUCCESS [ 0.990 s] [INFO] [feature] APP4MC AMALTHEA Workflow Scripting 3.2.0-SNAPSHOT SUCCESS [ 7.880 s] [INFO] [feature] APP4MC AMALTHEA Workflow Scripting SDK 3.2.0-SNAPSHOT SUCCESS [ 1.216 s] [INFO] [feature] APP4MC Tracing 3.2.0-SNAPSHOT ............ SUCCESS [ 1.001 s] [INFO] [feature] APP4MC Validation 3.2.0-SNAPSHOT ......... SUCCESS [ 0.985 s] [INFO] [feature] APP4MC Tool Platform 3.2.0-SNAPSHOT ...... SUCCESS [ 1.362 s] [INFO] [feature] APP4MC Tool Platform 3rd Party Plug-ins 3.2.0-SNAPSHOT SUCCESS [ 7.464 s] [INFO] [feature] APP4MC Tracing SDK 3.2.0-SNAPSHOT ........ SUCCESS [ 0.852 s] [INFO] [feature] APP4MC Validation SDK 3.2.0-SNAPSHOT ..... SUCCESS [ 1.013 s] [INFO] [feature] APP4MC Tool Platform SDK 3.2.0-SNAPSHOT .. SUCCESS [ 1.517 s] [INFO] org.eclipse.app4mc.p2repo 3.2.0-SNAPSHOT ........... SUCCESS [ 19.019 s] [INFO] org.eclipse.app4mc.platform.product 3.2.0-SNAPSHOT . SUCCESS [11:32 min] [INFO] [aggregator] releng 3.2.0-SNAPSHOT ................. SUCCESS [ 0.007 s] [INFO] [target] APP4MC Target Platform 3.2.0-SNAPSHOT ..... SUCCESS [ 0.006 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 22:10 min [INFO] Finished at: 2024-04-10T16:56:32Z [INFO] ------------------------------------------------------------------------ [build-app4mc-platform-develop] $ /bin/bash /tmp/jenkins3591172760424847487.sh Starting copy of p2 update site to download area... Source folder: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.p2repo/target/repository Target folder: /home/data/httpd/download.eclipse.org/app4mc/updatesites/snapshot ...done Starting copy of product to download area... Source - product: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.platform.product/target/products Source - p2 repo: /home/jenkins/agent/workspace/build-app4mc-platform-develop/releng/org.eclipse.app4mc.p2repo/target Target folder: /home/data/httpd/download.eclipse.org/app4mc/products/snapshot ...done $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 51 killed; [ssh-agent] Stopped. Recording test results [Checks API] No suitable checks publisher found. Archiving artifacts Finished: SUCCESS