Skip to content
Success

Console Output

Started by user Harald Mackamul
Running as Harald Mackamul
Agent basic-d6lzf is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-d6lzf"
  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-d6lzf"
    - 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-d6lzf"
    - 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-3044.vb_940a_a_e4f72e"
    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-d6lzf (basic) in workspace /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar
[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-GTONpW8Ys8xP/agent.52
SSH_AGENT_PID=54
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar@tmp/private_key_7968329172725881334.key (/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar@tmp/private_key_7968329172725881334.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://git.eclipse.org/r/app4mc/org.eclipse.app4mc
 > git init /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/app4mc/org.eclipse.app4mc
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://git.eclipse.org/r/app4mc/org.eclipse.app4mc +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/app4mc/org.eclipse.app4mc # 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 33018a2834eac769fc94b40fc177c96868a9741e (refs/remotes/origin/develop)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 33018a2834eac769fc94b40fc177c96868a9741e # timeout=10
Commit message: "Removed old hardware visualization"
 > git rev-list --no-walk adbd6850e1ba1ebd9526809b8e496a591722cc6e # timeout=10
Injecting SonarQube environment variables using the configuration: SonarCloud.io
[build-app4mc-platform-develop-sonar] $ /opt/tools/apache-maven/latest/bin/mvn clean verify -P sonar -B sonar:sonar -Dsonar.projectKey=org.eclipse.app4mc.build:parent -Dsonar.organization=eclipse -Dsonar.host.url=https://sonarcloud.io -Dsonar.login=****
Apache Maven 3.9.1 (2e178502fcdbffc201671fb2537d0cb4b4cc58f8)
Maven home: /opt/tools/apache-maven/latest
Java version: 17.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-17/17.0.2+8
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.17.13-200.fc35.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[WARNING] The POM for org.apache.commons:commons-compress:jar:1.22 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-exec:jar:1.3 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] ### Using TychoRepositoryTransport for remote P2 access ###
[INFO]     Cache location:         /home/jenkins/.m2/repository/.cache/tycho
[INFO]     Transport mode:         online
[INFO]     Update mode:            cache first
[INFO]     Minimum cache duration: 60 minutes
[INFO]       (you can configure this with -Dtycho.p2.transport.min-cache-minutes=<desired minimum cache duration>)
[WARNING] The POM for org.apache.commons:commons-lang3:jar:3.8.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-logging:commons-logging:jar:1.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-codec:commons-codec:jar:1.11 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for commons-io:commons-io:jar:2.5 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[WARNING] The POM for org.apache.commons:commons-compress:jar:sources:1.22 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] Resolving target definition file:/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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@32a8ce3...
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:com.mxgraph:3.0.0.7 @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/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-sonar/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-sonar/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.help:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.model:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.edit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/.polyglot.META-INF
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.validation.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.standard:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.inchron:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.ta:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc:org.eclipse.app4mc.amalthea.validations.sim:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.addon:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/.polyglot.META-INF
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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.visualizations.standard:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.svg:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.core:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.polyglot.META-INF
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime,3.2.0.v201101311130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.import.amalthea:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.emf.visualizations:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.help:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.ide.examples.installer:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.converter:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.help:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.visualization.ui:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/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-sonar/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-sonar/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-sonar/plugins/org.sqlite.jdbc/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.tests:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/.polyglot.META-INF
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.docu.sdk:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.examples.sdk:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.3rdparty:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.3rdparty/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.sdk:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.sdk:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.validation.sdk:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation.sdk/.polyglot.feature.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.p2repo:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.p2repo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.platform.product:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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 (addon)         [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Visualizations (standard)      [eclipse-plugin]
[INFO] [bundle] APP4MC Amalthea Visualizations (SVG)           [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]
[WARNING] The artifact org.codehaus.mojo:sonar-maven-plugin:jar:3.9.1.2184 has been relocated to org.sonarsource.scanner.maven:sonar-maven-plugin:jar:3.9.1.2184: SonarQube plugin was moved to SonarSource organisation
[INFO] 
[INFO] ------------------< org.eclipse.app4mc.build:parent >-------------------
[INFO] Building APP4MC Tool Platform 3.1.0-SNAPSHOT                     [1/116]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ parent ---
[WARNING] The POM for commons-collections:commons-collections:jar:3.2.2 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/jacoco.exec,sessionid=parent
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ parent ---
[INFO] 
[INFO] ----------< org.eclipse.app4mc.build:app4mc.example.democar >-----------
[INFO] Building app4mc.example.democar 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.democar ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar/target/jacoco.exec,sessionid=app4mc.example.democar
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.democar ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.democar ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.democar ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.democar ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.democar ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.democar/target/app4mc.example.democar-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:app4mc.example.democar.extended >------
[INFO] Building app4mc.example.democar.extended 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.democar.extended ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.extended/target/jacoco.exec,sessionid=app4mc.example.democar.extended
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar.extended
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.democar.extended ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.extended/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.democar.extended ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.democar.extended ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.extended/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.democar.extended ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.democar.extended ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.democar.extended/target/app4mc.example.democar.extended-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.app4mc.build:app4mc.example.democar.split >--------
[INFO] Building app4mc.example.democar.split 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.democar.split ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.split/target/jacoco.exec,sessionid=app4mc.example.democar.split
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.democar.split
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.democar.split ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.split/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.democar.split ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.democar.split ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.split/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.democar.split ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.democar.split ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.democar.split/target/app4mc.example.democar.split-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.app4mc.build:app4mc.example.hardware >----------
[INFO] Building app4mc.example.hardware 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.hardware ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.hardware/target/jacoco.exec,sessionid=app4mc.example.hardware
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.hardware
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.hardware ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.hardware/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.hardware ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.hardware ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.hardware/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.hardware ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.hardware ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.hardware/target/app4mc.example.hardware-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.app4mc.build:app4mc.example.scheduler >----------
[INFO] Building app4mc.example.scheduler 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.scheduler ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.scheduler/target/jacoco.exec,sessionid=app4mc.example.scheduler
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.scheduler
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.scheduler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.scheduler/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.scheduler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.scheduler ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.scheduler/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.scheduler ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.scheduler ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.scheduler/target/app4mc.example.scheduler-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.app4mc.build:app4mc.example.numeric_modes >--------
[INFO] Building app4mc.example.numeric_modes 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.numeric_modes ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.numeric_modes/target/jacoco.exec,sessionid=app4mc.example.numeric_modes
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.numeric_modes
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.numeric_modes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.numeric_modes/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.numeric_modes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.numeric_modes ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.numeric_modes/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.numeric_modes ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.numeric_modes ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.numeric_modes/target/app4mc.example.numeric_modes-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ----------< org.eclipse.app4mc.build:app4mc.example.modeling >----------
[INFO] Building app4mc.example.modeling 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling/target/jacoco.exec,sessionid=app4mc.example.modeling
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling/target/app4mc.example.modeling-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.client_server >---
[INFO] Building app4mc.example.modeling.client_server 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling.client_server ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.client_server/target/jacoco.exec,sessionid=app4mc.example.modeling.client_server
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.client_server
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling.client_server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.client_server/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling.client_server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling.client_server ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.client_server/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling.client_server ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling.client_server ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling.client_server/target/app4mc.example.modeling.client_server-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.feedback_loop >---
[INFO] Building app4mc.example.modeling.feedback_loop 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling.feedback_loop ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.feedback_loop/target/jacoco.exec,sessionid=app4mc.example.modeling.feedback_loop
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.feedback_loop
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling.feedback_loop ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.feedback_loop/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling.feedback_loop ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling.feedback_loop ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.feedback_loop/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling.feedback_loop ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling.feedback_loop ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling.feedback_loop/target/app4mc.example.modeling.feedback_loop-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.app4mc.build:app4mc.example.modeling.periodic >------
[INFO] Building app4mc.example.modeling.periodic 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling.periodic ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.periodic/target/jacoco.exec,sessionid=app4mc.example.modeling.periodic
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.periodic
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling.periodic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.periodic/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling.periodic ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling.periodic ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.periodic/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling.periodic ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling.periodic ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling.periodic/target/app4mc.example.modeling.periodic-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---< org.eclipse.app4mc.build:app4mc.example.modeling.state_machine >---
[INFO] Building app4mc.example.modeling.state_machine 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling.state_machine ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine/target/jacoco.exec,sessionid=app4mc.example.modeling.state_machine
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.state_machine
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling.state_machine ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling.state_machine ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling.state_machine ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling.state_machine ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling.state_machine ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling.state_machine/target/app4mc.example.modeling.state_machine-3.1.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.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine_feedback_loop/target/jacoco.exec,sessionid=app4mc.example.modeling.state_machine_feedback_loop
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.modeling.state_machine_feedback_loop
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine_feedback_loop/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine_feedback_loop/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.modeling.state_machine_feedback_loop ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.modeling.state_machine_feedback_loop/target/app4mc.example.modeling.state_machine_feedback_loop-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2016 >---------
[INFO] Building waters.fmtv.challenge.2016 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ waters.fmtv.challenge.2016 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2016/target/jacoco.exec,sessionid=waters.fmtv.challenge.2016
[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-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2016
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ waters.fmtv.challenge.2016 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2016/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ waters.fmtv.challenge.2016 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ waters.fmtv.challenge.2016 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2016/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ waters.fmtv.challenge.2016 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ waters.fmtv.challenge.2016 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/waters.fmtv.challenge.2016/target/waters.fmtv.challenge.2016-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2017 >---------
[INFO] Building waters.fmtv.challenge.2017 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ waters.fmtv.challenge.2017 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2017/target/jacoco.exec,sessionid=waters.fmtv.challenge.2017
[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-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2017
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ waters.fmtv.challenge.2017 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2017/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ waters.fmtv.challenge.2017 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ waters.fmtv.challenge.2017 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2017/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ waters.fmtv.challenge.2017 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ waters.fmtv.challenge.2017 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/waters.fmtv.challenge.2017/target/waters.fmtv.challenge.2017-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:waters.fmtv.challenge.2019 >---------
[INFO] Building waters.fmtv.challenge.2019 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ waters.fmtv.challenge.2019 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2019/target/jacoco.exec,sessionid=waters.fmtv.challenge.2019
[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-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/examples/waters.fmtv.challenge.2019
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ waters.fmtv.challenge.2019 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2019/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ waters.fmtv.challenge.2019 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ waters.fmtv.challenge.2019 ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2019/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ waters.fmtv.challenge.2019 ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ waters.fmtv.challenge.2019 ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/waters.fmtv.challenge.2019/target/waters.fmtv.challenge.2019-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ---------< org.eclipse.app4mc.build:app4mc.example.tool.java >----------
[INFO] Building app4mc.example.tool.java 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.tool.java ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.java/target/jacoco.exec,sessionid=app4mc.example.tool.java
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.tool.java
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.tool.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.java/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.tool.java ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.tool.java ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.java/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.tool.java ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.tool.java ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.tool.java/target/app4mc.example.tool.java-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:app4mc.example.tool.validation >-------
[INFO] Building app4mc.example.tool.validation 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.tool.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.validation/target/jacoco.exec,sessionid=app4mc.example.tool.validation
[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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/examples/app4mc.example.tool.validation
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.tool.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.validation/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.tool.validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.tool.validation ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.validation/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.tool.validation ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.tool.validation ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.tool.validation/target/app4mc.example.tool.validation-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] -------< org.eclipse.app4mc.build:app4mc.example.tool.workflow >--------
[INFO] Building app4mc.example.tool.workflow 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.tool.workflow ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.workflow/target/jacoco.exec,sessionid=app4mc.example.tool.workflow
[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-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/examples/app4mc.example.tool.workflow
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.tool.workflow ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.workflow/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.tool.workflow ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.tool.workflow ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.workflow/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.tool.workflow ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.tool.workflow ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.tool.workflow/target/app4mc.example.tool.workflow-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:app4mc.example.ide.actions >---------
[INFO] Building app4mc.example.ide.actions 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.ide.actions ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.actions/target/jacoco.exec,sessionid=app4mc.example.ide.actions
[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-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.actions
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.ide.actions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.actions/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.ide.actions ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.ide.actions ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.actions/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.ide.actions ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.ide.actions ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.ide.actions/target/app4mc.example.ide.actions-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:app4mc.example.ide.validations >-------
[INFO] Building app4mc.example.ide.validations 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.ide.validations ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.validations/target/jacoco.exec,sessionid=app4mc.example.ide.validations
[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-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.validations
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.ide.validations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.validations/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.ide.validations ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.ide.validations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.validations/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.ide.validations ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.ide.validations ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.ide.validations/target/app4mc.example.ide.validations-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] -----< org.eclipse.app4mc.build:app4mc.example.ide.visualizations >-----
[INFO] Building app4mc.example.ide.visualizations 3.1.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] --- jacoco:0.8.5:prepare-agent (default) @ app4mc.example.ide.visualizations ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.visualizations/target/jacoco.exec,sessionid=app4mc.example.ide.visualizations
[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-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/examples/app4mc.example.ide.visualizations
[INFO] Executed tasks
[INFO] 
[INFO] --- resources:3.3.0:resources (default-resources) @ app4mc.example.ide.visualizations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.visualizations/src/main/resources
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ app4mc.example.ide.visualizations ---
[INFO] No sources to compile
[INFO] 
[INFO] --- resources:3.3.0:testResources (default-testResources) @ app4mc.example.ide.visualizations ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.visualizations/src/test/resources
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ app4mc.example.ide.visualizations ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.0.0:test (default-test) @ app4mc.example.ide.visualizations ---
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-source:3.0.3: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-sonar/examples/app4mc.example.ide.visualizations/target/app4mc.example.ide.visualizations-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] ------------------< org.eclipse.app4mc.build:plugins >------------------
[INFO] Building [aggregator] plugins 3.1.0-SNAPSHOT                    [23/116]
[INFO]   from plugins/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ plugins ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ plugins ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/target/jacoco.exec,sessionid=plugins
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ 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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ com.mxgraph ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ com.mxgraph ---
[INFO] The project's OSGi version is 3.0.0.7
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ com.mxgraph ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ com.mxgraph ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ com.mxgraph ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ com.mxgraph ---
[INFO] Resolving class path of [bundle] mxGraph...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ com.mxgraph ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/com.mxgraph/target/jacoco.exec,sessionid=com.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-sonar/plugins/com.mxgraph/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/com.mxgraph/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/com.mxgraph/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/com.mxgraph/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ com.mxgraph ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ com.mxgraph ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ com.mxgraph ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ com.mxgraph ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/com.mxgraph/target/com.mxgraph-3.0.0.7.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/com.mxgraph/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ com.mxgraph ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ gnu.trove4j ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ gnu.trove4j ---
[INFO] The project's OSGi version is 3.0.3.202008131435
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ gnu.trove4j ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ gnu.trove4j ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ gnu.trove4j ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ gnu.trove4j ---
[INFO] Resolving class path of [bundle] Trove4j...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ gnu.trove4j ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/gnu.trove4j/target/jacoco.exec,sessionid=gnu.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-sonar/plugins/gnu.trove4j/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/gnu.trove4j/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/gnu.trove4j/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/gnu.trove4j/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ gnu.trove4j ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ gnu.trove4j ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ gnu.trove4j ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ gnu.trove4j ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/gnu.trove4j/target/gnu.trove4j-3.0.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/gnu.trove4j/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ gnu.trove4j ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3: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.3:validate-id (default-validate-id) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.chocosolver.cutoffseq ---
[INFO] Resolving class path of [bundle] Cutoffseq...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.chocosolver.cutoffseq ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver.cutoffseq/target/jacoco.exec,sessionid=org.chocosolver.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-sonar/plugins/org.chocosolver.cutoffseq/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.chocosolver.cutoffseq/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.chocosolver.cutoffseq/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.chocosolver.cutoffseq ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.chocosolver.cutoffseq ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.chocosolver.cutoffseq ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver.cutoffseq/target/org.chocosolver.cutoffseq-1.0.5-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/org.chocosolver.cutoffseq/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.chocosolver.cutoffseq ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.chocosolver ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.chocosolver ---
[INFO] The project's OSGi version is 4.0.9.202008131435
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.chocosolver ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.chocosolver ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.chocosolver ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.chocosolver ---
[INFO] Resolving class path of [bundle] chocosolver...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.chocosolver ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver/target/jacoco.exec,sessionid=org.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-sonar/plugins/org.chocosolver/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.chocosolver/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.chocosolver/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.chocosolver/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.chocosolver ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.chocosolver ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.chocosolver ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.chocosolver ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver/target/org.chocosolver-4.0.9-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/org.chocosolver/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.chocosolver ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.edit.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/build

generate-help:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/build/user_intro.html
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.edit.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/target/org.eclipse.app4mc.amalthea.edit.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.edit.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.editors.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/build

generate-help:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/build/editors.html
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.editors.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/target/org.eclipse.app4mc.amalthea.editors.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.editors.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea EMF Util...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.emf.util ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/target/org.eclipse.app4mc.amalthea.emf.util-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.emf.util ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Examples Installer...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/target/org.eclipse.app4mc.amalthea.examples.installer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.examples.installer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.sqlite.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3: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.3:validate-id (default-validate-id) @ org.sqlite.jdbc ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.sqlite.jdbc ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.sqlite.jdbc ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.sqlite.jdbc ---
[INFO] Resolving class path of [bundle] SQLite JDBC Driver...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.sqlite.jdbc ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.sqlite.jdbc/target/jacoco.exec,sessionid=org.sqlite.jdbc
[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-sonar/plugins/org.sqlite.jdbc/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.sqlite.jdbc/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.sqlite.jdbc/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.sqlite.jdbc/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.sqlite.jdbc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.sqlite.jdbc ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.sqlite.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.sqlite.jdbc ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.sqlite.jdbc/target/org.sqlite.jdbc-3.20.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/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] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.sqlite.jdbc ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb ---
[INFO] Resolving class path of [bundle] AMALTHEA Trace DataBase access...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.atdb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/target/jacoco.exec,sessionid=org.eclipse.app4mc.atdb
[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-sonar/plugins/org.eclipse.app4mc.atdb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.atdb ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.atdb/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/target/org.eclipse.app4mc.atdb-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] The POM for org.apache.commons:commons-math3:jar:3.6.1 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.model...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model ---
[INFO] Compiling 815 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.model ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/target/org.eclipse.app4mc.amalthea.model-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea import from ATDB...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.import.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-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.import.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/org.eclipse.app4mc.amalthea.import.atdb-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.import.atdb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] The project's OSGi version is 3.1.0.202303141423
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.import.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build

generate-help:
     [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/help
     [copy] Copying 3 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.import.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/target/org.eclipse.app4mc.amalthea.import.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.import.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.model.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build

generate-help:
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/build/user_timing.html
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/help
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/target/org.eclipse.app4mc.amalthea.model.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Model Edit Support...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.model.edit
[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-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] Compiling 346 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/target/org.eclipse.app4mc.amalthea.model.edit-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.edit ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.model.edit.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-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] Compiling 95 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/org.eclipse.app4mc.amalthea.model.edit.extended-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.edit.extended ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Model Editor...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/target/org.eclipse.app4mc.amalthea.model.editor-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.model.editor.contribution
[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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/org.eclipse.app4mc.amalthea.model.editor.contribution-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.model.editor.contribution.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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/org.eclipse.app4mc.amalthea.model.editor.contribution.standard-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.contribution.standard ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] The POM for commons-lang:commons-lang:jar:2.6 is invalid, transitive dependencies (if any) will not be available, enable debug logging for more details
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.core ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.core ---
[INFO] Resolving class path of org.eclipse.app4mc.validation.core...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.validation.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.validation.core ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.validation.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.core ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/target/org.eclipse.app4mc.validation.core-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.ui ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.ui ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.ui ---
[INFO] Resolving class path of [bundle] APP4MC Validation UI...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.validation.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.validation.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.validation.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.ui ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/target/org.eclipse.app4mc.validation.ui-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/org.eclipse.app4mc.amalthea.model.editor.extended-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.model.editor.extended ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.standard...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] Compiling 42 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/org.eclipse.app4mc.amalthea.validations.standard-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.standard ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.inchron...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/org.eclipse.app4mc.amalthea.validations.inchron-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.inchron ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.ta...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.ta ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/org.eclipse.app4mc.amalthea.validations.ta-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.ta ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.validations.sim...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] Compiling 24 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.sim ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/org.eclipse.app4mc.amalthea.validations.sim-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.validations.sim ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] The project's OSGi version is 3.1.0.202304171942
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/target/jacoco.exec,sessionid=org.eclipse.app4mc.visualization.util.svg
[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-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.util.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/target/org.eclipse.app4mc.visualization.util.svg-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.util.svg ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.ui ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.ui ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.ui ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.ui ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.visualization.ui ---
[INFO] Resolving class path of [bundle] APP4MC Visualization UI...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.visualization.ui ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.visualization.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.visualization.ui ---
[INFO] Compiling 15 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.visualization.ui/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.visualization.ui ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.visualization.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.ui ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/target/org.eclipse.app4mc.visualization.ui-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.ui ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Runnable Dependency Visualization...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.visualization.runnabledependency
[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-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/org.eclipse.app4mc.amalthea.visualization.runnabledependency-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualization.runnabledependency ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.addon >--
[INFO] Building [bundle] APP4MC Amalthea Visualizations (addon) 3.1.0-SNAPSHOT [53/116]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.visualizations.addon/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (addon)...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.visualizations.addon
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/target/org.eclipse.app4mc.amalthea.visualizations.addon-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/target/org.eclipse.app4mc.amalthea.visualizations.addon-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.addon:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualizations.addon ---
[INFO] No tests to run.
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.standard >--
[INFO] Building [bundle] APP4MC Amalthea Visualizations (standard) 3.1.0-SNAPSHOT [54/116]
[INFO]   from plugins/org.eclipse.app4mc.amalthea.visualizations.standard/.polyglot.META-INF
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (standard)...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.visualizations.standard
[INFO] 
[INFO] --- resources:2.4.3:resources (default-resources) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Compiling 14 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3:declarative-services (default-declarative-services) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- resources:2.4.3:testResources (default-testResources) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/target/org.eclipse.app4mc.amalthea.visualizations.standard-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/target/org.eclipse.app4mc.amalthea.visualizations.standard-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[INFO] No baseline version MavenProject: org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.standard:3.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] 
[INFO] --- failsafe:3.0.0-M5:verify (default-verify) @ org.eclipse.app4mc.amalthea.visualizations.standard ---
[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.1.0-SNAPSHOT [55/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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] The project's OSGi version is 3.1.0.202304171947
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Visualizations (SVG)...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/org.eclipse.app4mc.amalthea.visualizations.svg-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.visualizations.svg ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.workflow.core >--
[INFO] Building [bundle] APP4MC Amalthea Workflow Core 3.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow Core...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/org.eclipse.app4mc.amalthea.workflow.core-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.core ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow Ease...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/org.eclipse.app4mc.amalthea.workflow.ease-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.ease ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] The project's OSGi version is 3.1.0.202303141423
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] Resolving class path of org.eclipse.app4mc.amalthea.workflow.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/build

generate-help:
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/build/dev_workflow.html
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/target/org.eclipse.app4mc.amalthea.workflow.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] Resolving class path of [bundle] APP4MC Amalthea Workflow MWE2...
[WARNING] Bundle-ClassPath entry tools.jar does not exist in /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.jdt.debug/3.15.100.v20200525-2012/org.eclipse.jdt.debug-3.15.100.v20200525-2012.jar
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/org.eclipse.app4mc.amalthea.workflow.mwe2-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.amalthea.workflow.mwe2 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] Resolving class path of [bundle] ATDB import from Amalthea...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/jacoco.exec,sessionid=org.eclipse.app4mc.atdb.import.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-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.import.amalthea ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/org.eclipse.app4mc.atdb.import.amalthea-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.import.amalthea ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/target/jacoco.exec,sessionid=org.eclipse.app4mc.atdb.import.btf
[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-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] Compiling 13 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.import.btf ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/target/org.eclipse.app4mc.atdb.import.btf-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.import.btf ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] Resolving class path of [bundle] APP4MC ATDB Viewer...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/target/jacoco.exec,sessionid=org.eclipse.app4mc.atdb.metrics
[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-sonar/plugins/org.eclipse.app4mc.atdb.metrics/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.atdb.metrics/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.atdb.metrics ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.metrics ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/target/org.eclipse.app4mc.atdb.metrics-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.atdb.metrics ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] The project's OSGi version is 3.1.0.202304120957
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] Resolving class path of [bundle] APP4MC EMF Visualizations...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.emf.visualizations/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.emf.visualizations/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.emf.visualizations ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.emf.visualizations ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/target/org.eclipse.app4mc.emf.visualizations-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.emf.visualizations ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.help ---
[INFO] Resolving class path of org.eclipse.app4mc.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.help/build

generate-help:
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/build/user_known_issues.html
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/help
     [copy] Copying 25 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/target/org.eclipse.app4mc.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] Resolving class path of [bundle] APP4MC IDE Examples Installer...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.ide.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/target/org.eclipse.app4mc.ide.examples.installer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.ide.examples.installer/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.ide.examples.installer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.platform.ide ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.ide ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.ide ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.ide ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.platform.ide ---
[INFO] Resolving class path of [bundle] APP4MC Tool Platform IDE...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.platform.ide ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/target/jacoco.exec,sessionid=org.eclipse.app4mc.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-sonar/plugins/org.eclipse.app4mc.platform.ide/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.platform.ide ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.platform.ide/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.platform.ide ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.platform.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.ide ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.platform.ide ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/target/org.eclipse.app4mc.platform.ide-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.platform.ide ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] Resolving class path of [bundle] APP4MC Trace Converter - OT1...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/jacoco.exec,sessionid=org.eclipse.app4mc.tracing.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-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] Compiling 165 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/org.eclipse.app4mc.tracing.converter.ot1-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter.ot1 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter ---
[INFO] Resolving class path of [bundle] APP4MC Trace Converter...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.tracing.converter ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/target/jacoco.exec,sessionid=org.eclipse.app4mc.tracing.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-sonar/plugins/org.eclipse.app4mc.tracing.converter/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.tracing.converter ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.tracing.converter/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.tracing.converter ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.tracing.converter ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/target/org.eclipse.app4mc.tracing.converter-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] Resolving class path of [bundle] APP4MC Trace Converter - ATDB...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/jacoco.exec,sessionid=org.eclipse.app4mc.tracing.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-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.tracing.converter.atdb ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/org.eclipse.app4mc.tracing.converter.atdb-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.tracing.converter.atdb ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.help ---
[INFO] Resolving class path of org.eclipse.app4mc.validation.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.validation.help/build

generate-help:
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.validation.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/build/user_validation.html
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/help
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.validation.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.validation.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.validation.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/target/org.eclipse.app4mc.validation.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.validation.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.visualization.help ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.visualization.help ---
[INFO] Resolving class path of org.eclipse.app4mc.visualization.help...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.visualization.help ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/target/jacoco.exec,sessionid=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-sonar/plugins/org.eclipse.app4mc.visualization.help/build

generate-help:
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/build
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.visualization.help/build'
Help: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/build /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/build/user_visualization.html
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/help
     [copy] Copying 1 file to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/help
     [copy] Copying 2 files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/toc
   [delete] Deleting directory /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/plugins/org.eclipse.app4mc.visualization.help/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.visualization.help/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:testCompile (default-testCompile) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.eclipse.app4mc.visualization.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.visualization.help ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.visualization.help ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/target/org.eclipse.app4mc.visualization.help-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.visualization.help ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] Resolving class path of [bundle] APP4MC WATERS Examples Installer...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.waters.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/target/org.eclipse.app4mc.waters.examples.installer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.waters.examples.installer/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.waters.examples.installer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] Resolving class path of [bundle] APP4MC Workflow Examples Installer...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/target/jacoco.exec,sessionid=org.eclipse.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-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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 ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.workflow.examples.installer ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/target/org.eclipse.app4mc.workflow.examples.installer-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.eclipse.app4mc.workflow.examples.installer ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.jenetics ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.jenetics ---
[INFO] The project's OSGi version is 3.8.0.202008131435
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.jenetics ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.jenetics ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.jenetics ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.jenetics ---
[INFO] Resolving class path of [bundle] Jenetics...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.jenetics ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jenetics/target/jacoco.exec,sessionid=org.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-sonar/plugins/org.jenetics/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.jenetics/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.jenetics/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.jenetics/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.jenetics ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.jenetics ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.jenetics ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.jenetics ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jenetics/target/org.jenetics-3.8.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/org.jenetics/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.jenetics ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.jgrapht ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.jgrapht ---
[INFO] The project's OSGi version is 0.9.0.202012022258
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.jgrapht ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.jgrapht ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.jgrapht ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.jgrapht ---
[INFO] Resolving class path of [bundle] JGraphT...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.jgrapht ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jgrapht/target/jacoco.exec,sessionid=org.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-sonar/plugins/org.jgrapht/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.jgrapht/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.jgrapht/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.jgrapht/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.jgrapht ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.jgrapht ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.jgrapht ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.jgrapht ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jgrapht/target/org.jgrapht-0.9.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/org.jgrapht/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.jgrapht ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.ojalgo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier (default-build-qualifier) @ org.ojalgo ---
[INFO] The project's OSGi version is 39.0.0.202008131435
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.ojalgo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.ojalgo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.ojalgo ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.ojalgo ---
[INFO] Resolving class path of [bundle] ojAlgo...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.ojalgo ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.ojalgo/target/jacoco.exec,sessionid=org.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-sonar/plugins/org.ojalgo/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.ojalgo/.polyglot.META-INF
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/plugins/org.ojalgo/src/test/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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-sonar/plugins/org.ojalgo/.polyglot.META-INF
[INFO] 
[INFO] --- surefire:3.0.0-M5:test (default-test) @ org.ojalgo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[INFO] No tests to run.
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.ojalgo ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.ojalgo ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.ojalgo ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.ojalgo/target/org.ojalgo-39.0.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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-sonar/plugins/org.ojalgo/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3:integration-test (default-integration-test) @ org.ojalgo ---
[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.
[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.1.0-SNAPSHOT                      [77/116]
[INFO]   from tests/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ tests ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ tests ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/target/jacoco.exec,sessionid=tests
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ tests ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.model.tests >--
[INFO] Building [test-bundle] APP4MC Amalthea Model - Tests 3.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Amalthea Model - Tests...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/jacoco.exec,sessionid=org.eclipse.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-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] Compiling 23 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.model.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/org.eclipse.app4mc.amalthea.model.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.model.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.app4mc.amalthea.model.AmaltheaFactory.<clinit>(AmaltheaFactory.java:34)
	at org.eclipse.app4mc.amalthea.model.builder.AmaltheaBuilder.amalthea(AmaltheaBuilder.java:51)
	at org.eclipse.app4mc.amalthea.models.RuntimeModels.model1(RuntimeModels.java:294)
	at org.eclipse.app4mc.amalthea.models.RuntimeModels.createModel1(RuntimeModels.java:72)
	at org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.initalizeModel(RuntimeUtilsTest.java:88)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.RunBefores.invokeMethod(RunBefores.java:33)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:24)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 84 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 85 more
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.23 s - in org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testRunnableItemsCollection  Time elapsed: 1.047 s
org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testExecutionTimeForRunnableFunction  Time elapsed: 0.101 s
org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testModelExistance  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 s - in org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest
org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndex  Time elapsed: 0.019 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.051 s
Running org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 s - in org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testcalculateLatencyPathTime  Time elapsed: 0.095 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.004 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.044 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testCalculateHwAccesPathTime  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessTimes  Time elapsed: 0.011 s
Running org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 s - in org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.WeibullUtilsTest.computeMedian  Time elapsed: 0.006 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
Running org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 s - in org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_NestedRef  Time elapsed: 0.053 s
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Flat  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testAllAbstractEventChainGetter_Nested  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testRunnableDeadline  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testProcessDeadline  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.1 s - in org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testLabelAccessMethods  Time elapsed: 0.045 s
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testActivityItemsWithModes  Time elapsed: 0.051 s
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testCollectActivityGraphItems  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testISRsMappedToCore  Time elapsed: 0.031 s
org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testAssignedCoreForProcess  Time elapsed: 0.023 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.002 s
org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testTaskMapping  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest
org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testPutMethods  Time elapsed: 0.025 s
org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testGetMethods  Time elapsed: 0.024 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.047 s - in org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetInvalidNamespaceFromNull  Time elapsed: 0.021 s
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldFindValidModelVersion  Time elapsed: 0.015 s
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetNamespaceFromModelFile  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaFileHelperTest.shouldGetVersionFromZIPFile  Time elapsed: 0.001 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.002 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.002 s
Running org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.772 s - in org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest.loadModelFromFolder  Time elapsed: 0.765 s
org.eclipse.app4mc.amalthea.model.io.tests.AmaltheaLoaderTest.loadModelFromFile  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.model.tests.AllTests
++++ Metamodel check startet at 2023-04-18 07:59:24:792
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 2023-04-18 07:59:24:796
Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.261 s - in org.eclipse.app4mc.amalthea.model.tests.AllTests
org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage1  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage2  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest.checkMetaModel  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.model.tests.NameTest.testStringOperationsPlain  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.model.tests.NameTest.testUniqueName  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments1  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.model.tests.NameTest.testArguments2  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.model.tests.NameTest.testStructure  Time elapsed: 0.001 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.001 s
org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case4  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case5  Time elapsed: 0 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 s
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreationAlwaysNewCopy  Time elapsed: 0.069 s
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreation  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelNamesUnique  Time elapsed: 0.016 s
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testAddStandardSchedulerToOSModelCorrectReferences  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.model.util.tests.CustomPropertyUtilsTest.testPutMethods  Time elapsed: 0.001 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.002 s
org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testAssignedCoreForProcess  Time elapsed: 0.003 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.002 s
org.eclipse.app4mc.amalthea.model.util.tests.DeploymentUtilsTest.testTaskMapping  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testcalculateLatencyPathTime  Time elapsed: 0.019 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAllProcessingUnitsForProcessingUnitDefinition  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessElementsToDestination  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWStructure  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWProcessingUnitDefintions  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMinDataRateOfHwAccessPath  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessLatencies  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testHWModelExistance  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetModulesFromHWModel  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetAccessTimes  Time elapsed: 0.013 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testCalculateHwAccesPathTime  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.model.util.tests.HardwareUtilsTest.testGetMemoryAccessTimes  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testRunnableItemsCollection  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.RuntimeUtilsTest.testExecutionTimeForRunnableFunction  Time elapsed: 0.004 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 s
org.eclipse.app4mc.amalthea.model.util.tests.AmaltheaIndexTest.testIndex  Time elapsed: 0.002 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.001 s
org.eclipse.app4mc.amalthea.model.util.tests.ConstraintsUtilsTest.testProcessDeadline  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testLabelAccessMethods  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testActivityItemsWithModes  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.model.util.tests.SoftwareUtilsTest.testCollectActivityGraphItems  Time elapsed: 0.001 s
Running org.eclipse.app4mc.amalthea.model.tests.NameTest
Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.app4mc.amalthea.model.tests.NameTest
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 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
Running org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.061 s - in org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreationAlwaysNewCopy  Time elapsed: 0.029 s
org.eclipse.app4mc.amalthea.model.tests.StandardSchedulerTests.testStandardSchedulerCreation  Time elapsed: 0.025 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.002 s
Running org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest
org.eclipse.app4mc.amalthea.model.tests.TimeComparisonTest.case1  Time elapsed: 0.001 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 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 2023-04-18 07:59:25:174
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 2023-04-18 07:59:25:177
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest
org.eclipse.app4mc.amalthea.model.tests.MetamodelStructureTest.checkMetaModel  Time elapsed: 0.003 s
Running org.eclipse.app4mc.amalthea.model.tests.DeviationsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.app4mc.amalthea.model.tests.DeviationsTest
org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage1  Time elapsed: 0 s
org.eclipse.app4mc.amalthea.model.tests.DeviationsTest.testGetAverage2  Time elapsed: 0.001 s

Results:

Tests run: 124, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.core.internal.preferences.EclipsePreferences.removeTimestampFromTable(EclipsePreferences.java:302)
	at org.eclipse.core.internal.preferences.EclipsePreferences.write(EclipsePreferences.java:282)
	at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:1075)
	at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:1051)
	at org.eclipse.core.internal.preferences.EclipsePreferences.internalFlush(EclipsePreferences.java:432)
	at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:389)
	at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.flush(PreferenceForwarder.java:834)
	at org.eclipse.core.runtime.Plugin.lambda$1(Plugin.java:357)
	at org.eclipse.core.runtime.Plugin.savePluginPreferences(Plugin.java:364)
	at org.eclipse.core.resources.ResourcesPlugin.stop(ResourcesPlugin.java:458)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 60 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 61 more
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] Resolving class path of [test-bundle] APP4MC Validation Core - Tests...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/jacoco.exec,sessionid=org.eclipse.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-sonar/tests/org.eclipse.app4mc.validation.core.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] Compiling 38 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.validation.core.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.validation.core.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/org.eclipse.app4mc.validation.core.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.validation.core.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/surefire.properties]
Running org.eclipse.app4mc.validation.core.tests.ExecutorTest
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.app4mc.validation.core.test.model.TestmodelFactory.<clinit>(TestmodelFactory.java:41)
	at org.eclipse.app4mc.validation.core.test.model.impl.TestmodelPackageImpl.<init>(TestmodelPackageImpl.java:143)
	at org.eclipse.app4mc.validation.core.test.model.impl.TestmodelPackageImpl.init(TestmodelPackageImpl.java:170)
	at org.eclipse.app4mc.validation.core.test.model.TestmodelPackage.<clinit>(TestmodelPackage.java:76)
	at org.eclipse.app4mc.validation.core.test.validations.TestmodelValidation.<clinit>(TestmodelValidation.java:29)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.eclipse.app4mc.validation.util.CachedValidator.<init>(CachedValidator.java:56)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:86)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:75)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:45)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfile(ValidationAggregator.java:71)
	at org.eclipse.app4mc.validation.util.ValidationExecutor.<init>(ValidationExecutor.java:58)
	at org.eclipse.app4mc.validation.core.tests.ExecutorTest.testSingleProfileExecution(ExecutorTest.java:41)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 95 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 96 more
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.536 s - in org.eclipse.app4mc.validation.core.tests.ExecutorTest
org.eclipse.app4mc.validation.core.tests.ExecutorTest.testSingleProfileExecution  Time elapsed: 0.444 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.005 s - in org.eclipse.app4mc.validation.core.tests.ProfileTest
org.eclipse.app4mc.validation.core.tests.ProfileTest.testProfileManager  Time elapsed: 0.002 s
org.eclipse.app4mc.validation.core.tests.ProfileTest.testAggregator  Time elapsed: 0 s

Results:

Tests run: 4, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.osgi.storagemanager.StorageManager.save(StorageManager.java:565)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:247)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:218)
	at org.eclipse.osgi.storagemanager.StorageManager.lookup(StorageManager.java:444)
	at org.eclipse.core.internal.registry.ExtensionRegistry.stop(ExtensionRegistry.java:784)
	at org.eclipse.core.internal.registry.osgi.Activator.stopRegistry(Activator.java:156)
	at org.eclipse.core.internal.registry.osgi.Activator.stop(Activator.java:71)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 57 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 58 more
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.standard.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-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.standard.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/org.eclipse.app4mc.amalthea.validations.standard.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.standard.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.emf.ecore.EcoreFactory.<clinit>(EcoreFactory.java:29)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.<init>(EcorePackageImpl.java:79)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.init(EcorePackageImpl.java:478)
	at org.eclipse.emf.ecore.EcorePackage.<clinit>(EcorePackage.java:67)
	at org.eclipse.app4mc.amalthea.validations.standard.emf.AmEmfIntrinsic.getEClassifier(AmEmfIntrinsic.java:64)
	at org.eclipse.app4mc.validation.util.CachedValidator.<init>(CachedValidator.java:62)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:86)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:45)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfile(ValidationAggregator.java:71)
	at org.eclipse.app4mc.validation.util.ValidationExecutor.<init>(ValidationExecutor.java:58)
	at org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.<init>(BasicElementsTests.java:46)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:250)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:260)
	at org.junit.runners.BlockJUnit4ClassRunner$2.runReflectiveCall(BlockJUnit4ClassRunner.java:309)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 90 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 91 more
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.332 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyDuplicateKey  Time elapsed: 1.23 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicElementsTests.testCustomPropertyNoDuplicateKey  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.284 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testSynchronizationConstraintTolerance  Time elapsed: 0.056 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingStimulusInSubEvent  Time elapsed: 0.043 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDelayConstraintTime  Time elapsed: 0.017 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongResponseInSubEvent  Time elapsed: 0.015 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongStimulusInSubEvent  Time elapsed: 0.039 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingResponseEventAtChainEnd  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingStimulusEventAtChainStart  Time elapsed: 0.012 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleGood  Time elapsed: 0.013 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDataAgeTime  Time elapsed: 0.016 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testECLConstraintTime  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingResponseInSubEvent  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testRepetitionConstraintTime  Time elapsed: 0.036 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests
org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.testECUType_Attributes_NoDuplicateNameAddAttributeTwice  Time elapsed: 0.013 s
org.eclipse.app4mc.amalthea.validations.standard.tests.HardwareModelTests.test_HardwareFrequencyDomainPositive  Time elapsed: 0.012 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeInterval_Bounds  Time elapsed: 0.013 s
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeTruncatedDistribution_Bounds  Time elapsed: 0.027 s
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testMissingName  Time elapsed: 0.022 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabelAccess  Time elapsed: 0.036 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabel  Time elapsed: 0.018 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeValue  Time elapsed: 0.028 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testGroup  Time elapsed: 0.012 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testSemaphoreAccess  Time elapsed: 0.02 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.2 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_SimpleHierarchy  Time elapsed: 0.077 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingTaskInTaskAlloc  Time elapsed: 0.016 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_DeeperHierarchy  Time elapsed: 0.049 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerAndCoreInSchedulerAlloc  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_MultipleTopLevelSchedulerResponsibilities  Time elapsed: 0.014 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_UnmappedTasks  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingCoreInSchedulerAlloc  Time elapsed: 0.004 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.004 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
Running org.eclipse.app4mc.amalthea.validations.standard.tests.AllTests
Tests run: 77, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.568 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.AllTests
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedContinuousValueDistribution  Time elapsed: 0.014 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueWeibullEstimatorsDistribution  Time elapsed: 0.014 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueInterval  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueBetaDistribution  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedDiscreteValueDistribution  Time elapsed: 0.029 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueStatistics  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeInterval  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedTimeDistribution  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeStatistics  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueStatistics  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueBetaDistribution  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeBetaDistribution  Time elapsed: 0.009 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeWeibullEstimatorsDistribution  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueInterval  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueWeibullEstimatorsDistribution  Time elapsed: 0.005 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.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testSynchronizationConstraintTolerance  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadMissingStimulusInSubEvent  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testDelayConstraintTime  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongResponseInSubEvent  Time elapsed: 0.024 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleBadWrongStimulusInSubEvent  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingResponseEventAtChainEnd  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimple_UnmatchingStimulusEventAtChainStart  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testEventChainSimpleGood  Time elapsed: 0.002 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.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.ConstraintsModelTests.testRepetitionConstraintTime  Time elapsed: 0.003 s
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.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_NestedResponsibilities_SimpleHierarchy  Time elapsed: 0.005 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.009 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerAndCoreInSchedulerAlloc  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testSchedulerAllocation_MultipleTopLevelSchedulerResponsibilities  Time elapsed: 0.003 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.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.MappingModelTests.testTaskToSchedulerToCoreMapping_MissingSchedulerInSchedulerAlloc  Time elapsed: 0.003 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.003 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.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabelAccess  Time elapsed: 0.026 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testModeLabel  Time elapsed: 0.003 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.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.SoftwareModelTests.testSemaphoreAccess  Time elapsed: 0.004 s
org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testPeriodicSyntheticStimulusTimes  Time elapsed: 0.007 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.009 s
org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testArrivalCurveStimulusTimes  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeInterval_Bounds  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testTimeTruncatedDistribution_Bounds  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.EMFIntrinsicTests.testMissingName  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreCountingSemaphoreHasNoPCPValidated  Time elapsed: 0.071 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreMaxValueOneValidated  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationMultiParameterTypeValidity  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAssociationSchedulingParameters  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testValidModel  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatoryTaskAllocationSchedulingParameters  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testAllocationSingleParameterTypeValidity  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testOverriddenSchedulerParameterHasNullValidated  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterManyValidated  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterDefaultValueValidated  Time elapsed: 0.025 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.006 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialValueZeroValidated  Time elapsed: 0.007 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.011 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityLower  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSchedulingParameterMultiplicityUpper  Time elapsed: 0.007 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterTypeValidated  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAlgorithmParameters  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDWillBeValidated  Time elapsed: 0.008 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testSemaphoreInitialNotGreaterThanMaxValueValidated  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testStandardSDParameterMandatoryValidated  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTruncatedContinuousValueDistribution  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueWeibullEstimatorsDistribution  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicDiscreteValueInterval  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueBetaDistribution  Time elapsed: 0.002 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.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicTimeInterval  Time elapsed: 0.001 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.002 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.002 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.002 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueInterval  Time elapsed: 0.001 s
org.eclipse.app4mc.amalthea.validations.standard.tests.BasicDistributionTests.test_BasicContinuousValueWeibullEstimatorsDistribution  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests
Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.153 s - in org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests
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.027 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAssociationSchedulingParameters  Time elapsed: 0.005 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.005 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.006 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.032 s
org.eclipse.app4mc.amalthea.validations.standard.tests.OSModelTests.testMandatorySchedulerAlgorithmParameters  Time elapsed: 0.005 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.002 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.003 s
org.eclipse.app4mc.amalthea.validations.standard.tests.StimuliModelTests.testArrivalCurveStimulusTimes  Time elapsed: 0.003 s

Results:

Tests run: 154, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.osgi.storagemanager.StorageManager.save(StorageManager.java:565)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:247)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:218)
	at org.eclipse.osgi.storagemanager.StorageManager.lookup(StorageManager.java:444)
	at org.eclipse.core.internal.registry.ExtensionRegistry.stop(ExtensionRegistry.java:784)
	at org.eclipse.core.internal.registry.osgi.Activator.stopRegistry(Activator.java:156)
	at org.eclipse.core.internal.registry.osgi.Activator.stop(Activator.java:71)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 57 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 58 more
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/jacoco.exec,sessionid=org.eclipse.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-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.ta.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/org.eclipse.app4mc.amalthea.validations.ta.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.ta.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.emf.ecore.EcoreFactory.<clinit>(EcoreFactory.java:29)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.<init>(EcorePackageImpl.java:79)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.init(EcorePackageImpl.java:478)
	at org.eclipse.emf.ecore.EcorePackage.<clinit>(EcorePackage.java:67)
	at org.eclipse.app4mc.amalthea.validations.standard.emf.AmEmfIntrinsic.getEClassifier(AmEmfIntrinsic.java:64)
	at org.eclipse.app4mc.validation.util.CachedValidator.<init>(CachedValidator.java:62)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:86)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:75)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:75)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:45)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfile(ValidationAggregator.java:71)
	at org.eclipse.app4mc.validation.util.ValidationExecutor.<init>(ValidationExecutor.java:58)
	at org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.<init>(TAHardwareModelValidatorTests.java:46)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:250)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:260)
	at org.junit.runners.BlockJUnit4ClassRunner$2.runReflectiveCall(BlockJUnit4ClassRunner.java:309)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 92 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 93 more
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.401 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwarePUDIPCMissing  Time elapsed: 1.291 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAHardwareModelValidatorTests.test_TAHardwareHWFIPCPositive  Time elapsed: 0.028 s
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicDiscreteValueGaussDistribution  Time elapsed: 0.087 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicTimeGaussDistribution  Time elapsed: 0.027 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicContinuousValueGaussDistribution  Time elapsed: 0.015 s
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.147 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareModeConditionConjunctionAlwaysFalse  Time elapsed: 0.06 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareOsEvent  Time elapsed: 0.047 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareServerCall  Time elapsed: 0.026 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TASoftwareModelValidatorTests.test_TASoftwareRunnableCall  Time elapsed: 0.012 s
Running org.eclipse.app4mc.amalthea.validations.ta.tests.AllTests
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.AllTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicDiscreteValueGaussDistribution  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TABasicModelValidatorTests.test_TABasicTimeGaussDistribution  Time elapsed: 0.012 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.014 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRepetitionConstraint  Time elapsed: 0.012 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDelayConstraint  Time elapsed: 0.011 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsDataAgeTime  Time elapsed: 0.012 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRTLimitMustBePositive  Time elapsed: 0.03 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.014 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests.test_TAStimuliVRStimulus  Time elapsed: 0.008 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
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsECLConstraint  Time elapsed: 0.006 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRepetitionConstraint  Time elapsed: 0.026 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.006 s
org.eclipse.app4mc.amalthea.validations.ta.tests.TAConstraintsModelValidatorTests.test_TAConstraintsRTLimitMustBePositive  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TAMiscModelValidatorTests.test_TAMMiscSemaphore  Time elapsed: 0.005 s
Running org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 s - in org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests
org.eclipse.app4mc.amalthea.validations.ta.tests.TAStimuliModelValidatorTests.test_TAStimuliVRStimulus  Time elapsed: 0.004 s

Results:

Tests run: 32, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.osgi.storagemanager.StorageManager.save(StorageManager.java:565)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:247)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:218)
	at org.eclipse.osgi.storagemanager.StorageManager.lookup(StorageManager.java:444)
	at org.eclipse.core.internal.registry.ExtensionRegistry.stop(ExtensionRegistry.java:784)
	at org.eclipse.core.internal.registry.osgi.Activator.stopRegistry(Activator.java:156)
	at org.eclipse.core.internal.registry.osgi.Activator.stop(Activator.java:71)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 57 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 58 more
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/jacoco.exec,sessionid=org.eclipse.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-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] Compiling 6 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.inchron.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/org.eclipse.app4mc.amalthea.validations.inchron.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.inchron.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.validations.inchron.tests.AllTests
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.emf.ecore.EcoreFactory.<clinit>(EcoreFactory.java:29)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.<init>(EcorePackageImpl.java:79)
	at org.eclipse.emf.ecore.impl.EcorePackageImpl.init(EcorePackageImpl.java:478)
	at org.eclipse.emf.ecore.EcorePackage.<clinit>(EcorePackage.java:67)
	at org.eclipse.app4mc.amalthea.validations.standard.emf.AmEmfIntrinsic.getEClassifier(AmEmfIntrinsic.java:64)
	at org.eclipse.app4mc.validation.util.CachedValidator.<init>(CachedValidator.java:62)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:86)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:75)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:75)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:45)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfile(ValidationAggregator.java:71)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfiles(ValidationAggregator.java:62)
	at org.eclipse.app4mc.validation.util.ValidationExecutor.<init>(ValidationExecutor.java:68)
	at org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronConstraintsValidator.<init>(InchronConstraintsValidator.java:51)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:250)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:260)
	at org.junit.runners.BlockJUnit4ClassRunner$2.runReflectiveCall(BlockJUnit4ClassRunner.java:309)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 102 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 103 more
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.803 s - in org.eclipse.app4mc.amalthea.validations.inchron.tests.AllTests
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronConstraintsValidator.test_InchronConstraintsCPUPercentageLimit  Time elapsed: 1.129 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HWModuleMissingFrequencyDomain  Time elapsed: 0.062 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HWModulePortBitWidths  Time elapsed: 0.052 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HardwarePUPort  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronHWValidator.test_HardwareMemoryPort  Time elapsed: 0.01 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_OSToPUMapping  Time elapsed: 0.104 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_UserSpecificScheduler  Time elapsed: 0.033 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronOSValidator.test_OSSchedulerAllocation  Time elapsed: 0.023 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronSWValidator.test_SWTaskRunnable  Time elapsed: 0.026 s
org.eclipse.app4mc.amalthea.validations.inchron.tests.InchronStimuliValidator.test_InchronStimuliGenerators  Time elapsed: 0.037 s

Results:

Tests run: 10, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.osgi.storagemanager.StorageManager.save(StorageManager.java:565)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:247)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:218)
	at org.eclipse.osgi.storagemanager.StorageManager.lookup(StorageManager.java:444)
	at org.eclipse.core.internal.registry.ExtensionRegistry.stop(ExtensionRegistry.java:784)
	at org.eclipse.core.internal.registry.osgi.Activator.stopRegistry(Activator.java:156)
	at org.eclipse.core.internal.registry.osgi.Activator.stop(Activator.java:71)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 57 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 58 more
[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.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] The project's OSGi version is 3.1.0.202304051156
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3: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] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.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-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] Compiling 5 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.amalthea.validations.sim.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/org.eclipse.app4mc.amalthea.validations.sim.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.validations.sim.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/surefire.properties]
Running org.eclipse.app4mc.amalthea.validations.sim.tests.AllTests
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.util.Calendar.createCalendar(Calendar.java:1688)
	at java.base/java.util.Calendar.getInstance(Calendar.java:1656)
	at java.base/java.text.SimpleDateFormat.initializeCalendar(SimpleDateFormat.java:680)
	at java.base/java.text.SimpleDateFormat.<init>(SimpleDateFormat.java:624)
	at org.eclipse.emf.ecore.impl.EFactoryImpl$SafeSimpleDateFormat.<init>(EFactoryImpl.java:775)
	at org.eclipse.emf.ecore.impl.EFactoryImpl.<clinit>(EFactoryImpl.java:793)
	at org.eclipse.app4mc.amalthea.model.AmaltheaFactory.<clinit>(AmaltheaFactory.java:34)
	at org.eclipse.app4mc.amalthea.model.impl.AmaltheaPackageImpl.<init>(AmaltheaPackageImpl.java:3121)
	at org.eclipse.app4mc.amalthea.model.impl.AmaltheaPackageImpl.init(AmaltheaPackageImpl.java:3148)
	at org.eclipse.app4mc.amalthea.model.AmaltheaPackage.<clinit>(AmaltheaPackage.java:84)
	at org.eclipse.app4mc.amalthea.validation.core.AmaltheaValidation.<clinit>(AmaltheaValidation.java:34)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.eclipse.app4mc.validation.util.CachedValidator.<init>(CachedValidator.java:56)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:86)
	at org.eclipse.app4mc.validation.util.CachedProfile.<init>(CachedProfile.java:45)
	at org.eclipse.app4mc.validation.util.ValidationAggregator.addProfile(ValidationAggregator.java:71)
	at org.eclipse.app4mc.validation.util.ValidationExecutor.<init>(ValidationExecutor.java:58)
	at org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests.<init>(SimBasicIdentifiersTests.java:49)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:250)
	at org.junit.runners.BlockJUnit4ClassRunner.createTest(BlockJUnit4ClassRunner.java:260)
	at org.junit.runners.BlockJUnit4ClassRunner$2.runReflectiveCall(BlockJUnit4ClassRunner.java:309)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.BlockJUnit4ClassRunner.methodBlock(BlockJUnit4ClassRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.junit.runners.Suite.runChild(Suite.java:128)
	at org.junit.runners.Suite.runChild(Suite.java:27)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 104 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 105 more
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.154 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.AllTests
org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests.test_SimBasicIdentifiers  Time elapsed: 1.013 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests.test_SimMappingSchedulerAllocation_ExecutingPuSet  Time elapsed: 0.184 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessType  Time elapsed: 0.66 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareModelLabelAccessType  Time elapsed: 0.019 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareChannelElements  Time elapsed: 0.034 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareAbstractMemoryElementMapped  Time elapsed: 0.018 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessFeasibility  Time elapsed: 0.021 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimMemoryDefinitionAccessLatencyDataRate  Time elapsed: 0.018 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwConnectionLatencyDataRate  Time elapsed: 0.037 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwAccessElemetLatencyDataRate  Time elapsed: 0.015 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareProcessingUnitDefinition  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareModuleFrequencyDomain  Time elapsed: 0.01 s
Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimMemoryDefinitionAccessLatencyDataRate  Time elapsed: 0.003 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwConnectionLatencyDataRate  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHwAccessElemetLatencyDataRate  Time elapsed: 0.005 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareProcessingUnitDefinition  Time elapsed: 0.002 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimHardwareModelTests.test_SimHardwareModuleFrequencyDomain  Time elapsed: 0.002 s
Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests
org.eclipse.app4mc.amalthea.validations.sim.tests.SimMappingModelTests.test_SimMappingSchedulerAllocation_ExecutingPuSet  Time elapsed: 0.004 s
Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 s - in org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessType  Time elapsed: 0.014 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareModelLabelAccessType  Time elapsed: 0.039 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.011 s
org.eclipse.app4mc.amalthea.validations.sim.tests.SimSoftwareModelTests.test_SimSoftwareLabelAccessFeasibility  Time elapsed: 0.013 s
Running org.eclipse.app4mc.amalthea.validations.sim.tests.SimBasicIdentifiersTests
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 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

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.core.internal.preferences.EclipsePreferences.removeTimestampFromTable(EclipsePreferences.java:302)
	at org.eclipse.core.internal.preferences.EclipsePreferences.write(EclipsePreferences.java:282)
	at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:1075)
	at org.eclipse.core.internal.preferences.EclipsePreferences.save(EclipsePreferences.java:1051)
	at org.eclipse.core.internal.preferences.EclipsePreferences.internalFlush(EclipsePreferences.java:432)
	at org.eclipse.core.internal.preferences.EclipsePreferences.flush(EclipsePreferences.java:389)
	at org.eclipse.core.internal.preferences.legacy.PreferenceForwarder.flush(PreferenceForwarder.java:834)
	at org.eclipse.core.runtime.Plugin.lambda$1(Plugin.java:357)
	at org.eclipse.core.runtime.Plugin.savePluginPreferences(Plugin.java:364)
	at org.eclipse.core.resources.ResourcesPlugin.stop(ResourcesPlugin.java:458)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 60 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 61 more
[INFO] All tests passed!
[INFO] 
[INFO] -------< org.eclipse.app4mc.build:org.eclipse.app4mc.atdb.tests >-------
[INFO] Building [test-bundle] ATDB - Tests 3.1.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.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier (default-build-qualifier) @ org.eclipse.app4mc.atdb.tests ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.atdb.tests ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.atdb.tests ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.atdb.tests ---
[INFO] 
[INFO] --- tycho-compiler:3.0.3:validate-classpath (default-validate-classpath) @ org.eclipse.app4mc.atdb.tests ---
[INFO] Resolving class path of [test-bundle] ATDB - Tests...
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.atdb.tests ---
[INFO] tycho.testArgLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.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-sonar/tests/org.eclipse.app4mc.atdb.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:3.0.3:compile (default-compile) @ org.eclipse.app4mc.atdb.tests ---
[INFO] Compiling 3 source files to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/classes
[INFO] 
[INFO] --- tycho-ds:3.0.3: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-sonar/tests/org.eclipse.app4mc.atdb.tests/src/test/resources
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.atdb.tests ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.atdb.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.1.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-plugin (default-package-plugin) @ org.eclipse.app4mc.atdb.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/org.eclipse.app4mc.atdb.tests-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-surefire:3.0.3: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-sonar/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, -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/jacoco.exec,sessionid=org.eclipse.app4mc.atdb.tests, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/work/data, -install, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/work, -configuration, /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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-sonar/tests/org.eclipse.app4mc.atdb.tests/target/surefire.properties]
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/SQLException.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
	at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
	at java.base/java.lang.Class.getMethodsRecursive(Class.java:3543)
	at java.base/java.lang.Class.getMethod0(Class.java:3529)
	at java.base/java.lang.Class.getMethod(Class.java:2225)
	at org.apache.maven.surefire.api.util.ReflectionUtils.tryGetMethod(ReflectionUtils.java:60)
	at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isSuiteOnly(JUnit3TestChecker.java:66)
	at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.isValidJUnit3Test(JUnit3TestChecker.java:61)
	at org.apache.maven.surefire.common.junit3.JUnit3TestChecker.accept(JUnit3TestChecker.java:56)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:53)
	at org.apache.maven.surefire.api.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junit4.JUnit4Provider.scanClassPath(JUnit4Provider.java:308)
	at org.apache.maven.surefire.junit4.JUnit4Provider.setTestsToRun(JUnit4Provider.java:188)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/SQLException.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 50 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 51 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/ResultSet.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
	at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
	at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.checkforTestAnnotatedMethod(JUnit4TestChecker.java:92)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.lookForTestAnnotatedMethods(JUnit4TestChecker.java:81)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.isValidJUnit4Test(JUnit4TestChecker.java:73)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:53)
	at org.apache.maven.surefire.api.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junit4.JUnit4Provider.scanClassPath(JUnit4Provider.java:308)
	at org.apache.maven.surefire.junit4.JUnit4Provider.setTestsToRun(JUnit4Provider.java:188)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/ResultSet.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 47 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 48 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Wrapper.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.getDeclaredMethods0(Native Method)
	at java.base/java.lang.Class.privateGetDeclaredMethods(Class.java:3402)
	at java.base/java.lang.Class.getDeclaredMethods(Class.java:2504)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.checkforTestAnnotatedMethod(JUnit4TestChecker.java:92)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.lookForTestAnnotatedMethods(JUnit4TestChecker.java:81)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.isValidJUnit4Test(JUnit4TestChecker.java:73)
	at org.apache.maven.surefire.common.junit4.JUnit4TestChecker.accept(JUnit4TestChecker.java:53)
	at org.apache.maven.surefire.api.util.DefaultScanResult.applyFilter(DefaultScanResult.java:102)
	at org.apache.maven.surefire.junit4.JUnit4Provider.scanClassPath(JUnit4Provider.java:308)
	at org.apache.maven.surefire.junit4.JUnit4Provider.setTestsToRun(JUnit4Provider.java:188)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:131)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Wrapper.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 55 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 56 more
Running org.eclipse.app4mc.atdb.tests.RoundtripTests
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Driver.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:294)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:717)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:640)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:608)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:588)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:567)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:346)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.loader.sources.SingleSourcePackage.loadClass(SingleSourcePackage.java:41)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:473)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:91)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Driver.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 79 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 80 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Connection.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:91)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Connection.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/DriverManager.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.<clinit>(JDBC.java:29)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:91)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/DriverManager.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 66 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 67 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/SQLPermission.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.<clinit>(JDBC.java:29)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:91)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/SQLPermission.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 63 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 64 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/DriverInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.sql/java.sql.DriverManager.registerDriver(DriverManager.java:342)
	at java.sql/java.sql.DriverManager.registerDriver(DriverManager.java:318)
	at org.sqlite.JDBC.<clinit>(JDBC.java:29)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:375)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:91)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/DriverInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Savepoint.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Savepoint.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/SQLFeatureNotSupportedException.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/SQLFeatureNotSupportedException.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 62 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 63 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/SQLNonTransientException.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/SQLNonTransientException.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 70 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 71 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/DatabaseMetaData.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:294)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:717)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:640)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:608)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:588)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:567)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:346)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:477)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/DatabaseMetaData.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 78 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 79 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Statement.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Statement.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/PreparedStatement.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/PreparedStatement.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.lambda$new$0(CLDRLocaleProviderAdapter.java:86)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.cldr.CLDRLocaleProviderAdapter.<init>(CLDRLocaleProviderAdapter.java:85)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.forType(LocaleProviderAdapter.java:188)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.findAdapter(LocaleProviderAdapter.java:287)
	at java.base/sun.util.locale.provider.LocaleProviderAdapter.getAdapter(LocaleProviderAdapter.java:258)
	at java.base/java.text.DateFormatSymbols.initializeData(DateFormatSymbols.java:739)
	at java.base/java.text.DateFormatSymbols.<init>(DateFormatSymbols.java:151)
	at org.sqlite.date.FastDatePrinter.parsePattern(FastDatePrinter.java:182)
	at org.sqlite.date.FastDatePrinter.init(FastDatePrinter.java:162)
	at org.sqlite.date.FastDatePrinter.<init>(FastDatePrinter.java:155)
	at org.sqlite.date.FastDateFormat.<init>(FastDateFormat.java:394)
	at org.sqlite.date.FastDateFormat.<init>(FastDateFormat.java:379)
	at org.sqlite.date.FastDateFormat$1.createInstance(FastDateFormat.java:101)
	at org.sqlite.date.FastDateFormat$1.createInstance(FastDateFormat.java:98)
	at org.sqlite.date.FormatCache.getInstance(FormatCache.java:82)
	at org.sqlite.date.FastDateFormat.getInstance(FastDateFormat.java:129)
	at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:70)
	at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:26)
	at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24)
	at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/cldr/provider/CLDRLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 92 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 93 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/BatchUpdateException.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.core.CoreConnection.open(CoreConnection.java:211)
	at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:76)
	at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:26)
	at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24)
	at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/BatchUpdateException.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 70 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 71 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/ResultSetMetaData.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:294)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:717)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:640)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:608)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:588)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:567)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:346)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:477)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.jdbc4.JDBC4Connection.createStatement(JDBC4Connection.java:41)
	at org.sqlite.jdbc3.JDBC3Connection.createStatement(JDBC3Connection.java:193)
	at org.sqlite.SQLiteConfig.apply(SQLiteConfig.java:123)
	at org.sqlite.core.CoreConnection.<init>(CoreConnection.java:85)
	at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:26)
	at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:24)
	at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:45)
	at org.sqlite.JDBC.createConnection(JDBC.java:114)
	at org.sqlite.SQLiteConfig.createConnection(SQLiteConfig.java:101)
	at org.eclipse.app4mc.atdb.DBConnection.<init>(DBConnection.java:115)
	at org.eclipse.app4mc.atdb.ATDBConnection.<init>(ATDBConnection.java:186)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t01_setup(RoundtripTests.java:62)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/ResultSetMetaData.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 85 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 86 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/ParameterMetaData.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1012)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.defineClass(ModuleClassLoader.java:294)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.defineClass(ClasspathManager.java:717)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findClassImpl(ClasspathManager.java:640)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:608)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClassImpl(ClasspathManager.java:588)
	at org.eclipse.osgi.internal.loader.classpath.ClasspathManager.findLocalClass(ClasspathManager.java:567)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.findLocalClass(ModuleClassLoader.java:346)
	at org.eclipse.osgi.internal.loader.BundleLoader.findLocalClass(BundleLoader.java:398)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:477)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:48)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:263)
	at org.eclipse.app4mc.atdb.DBConnection.getPrepareQueryFor(DBConnection.java:282)
	at org.eclipse.app4mc.atdb.DBConnection.tableExists(DBConnection.java:336)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t02_writeEmptyATDB(RoundtripTests.java:72)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/ParameterMetaData.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 78 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 79 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Date.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.jdbc4.JDBC4Connection.prepareStatement(JDBC4Connection.java:48)
	at org.sqlite.jdbc3.JDBC3Connection.prepareStatement(JDBC3Connection.java:263)
	at org.eclipse.app4mc.atdb.DBConnection.getPrepareQueryFor(DBConnection.java:282)
	at org.eclipse.app4mc.atdb.DBConnection.tableExists(DBConnection.java:336)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t02_writeEmptyATDB(RoundtripTests.java:72)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Date.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Time.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.setObject(JDBC3PreparedStatement.java:361)
	at org.eclipse.app4mc.atdb.DBConnection.setPreparedParameters(DBConnection.java:371)
	at org.eclipse.app4mc.atdb.DBConnection.executeBatchablePrepStmt(DBConnection.java:407)
	at org.eclipse.app4mc.atdb.ATDBConnection.insertMetaInformation(ATDBConnection.java:605)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t05_fillTraceEvents(RoundtripTests.java:124)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Time.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/Timestamp.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
	at org.eclipse.osgi.internal.loader.ModuleClassLoader.loadClass(ModuleClassLoader.java:171)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at org.sqlite.jdbc3.JDBC3PreparedStatement.setObject(JDBC3PreparedStatement.java:364)
	at org.eclipse.app4mc.atdb.DBConnection.setPreparedParameters(DBConnection.java:371)
	at org.eclipse.app4mc.atdb.DBConnection.executeBatchablePrepStmt(DBConnection.java:407)
	at org.eclipse.app4mc.atdb.ATDBConnection.insertMetaInformation(ATDBConnection.java:605)
	at org.eclipse.app4mc.atdb.tests.RoundtripTests.t05_fillTraceEvents(RoundtripTests.java:124)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:364)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:272)
	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:237)
	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:158)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.apache.maven.surefire.api.util.ReflectionUtils.invokeMethodWithArray2(ReflectionUtils.java:167)
	at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:161)
	at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:84)
	at org.eclipse.tycho.surefire.osgibooter.OsgiSurefireBooter.run(OsgiSurefireBooter.java:142)
	at org.eclipse.tycho.surefire.osgibooter.HeadlessTestApplication.start(HeadlessTestApplication.java:28)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:137)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:107)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:568)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:657)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:594)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1447)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1420)
Caused by: java.io.IOException: Error while instrumenting java/sql/Timestamp.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 65 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 66 more
java.lang.instrument.IllegalClassFormatException: Error while instrumenting java/sql/SQLWarning.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClassOrNull(BuiltinClassLoader.java:665)
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:639)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
	at java.sql/java.sql.SQLException.<init>(SQLException.java:75)
	at org.sqlite.SQLiteException.<init>(SQLiteException.java:34)
	at org.sqlite.core.DB.newSQLException(DB.java:909)
	at org.sqlite.core.CoreStatement.internalClose(CoreStatement.java:115)
	at org.sqlite.jdbc3.JDBC3Statement.close(JDBC3Statement.java:35)
	at org.sqlite.jdbc4.JDBC4Statement.close(JDBC4Statement.java:27)
	at org.sqlite.jdbc3.JDBC3Statement.finalize(JDBC3Statement.java:42)
	at java.base/java.lang.System$2.invokeFinalize(System.java:2297)
	at java.base/java.lang.ref.Finalizer.runFinalizer(Finalizer.java:88)
	at java.base/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:173)
Caused by: java.io.IOException: Error while instrumenting java/sql/SQLWarning.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 21 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 22 more
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.364 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t02_writeEmptyATDB  Time elapsed: 0.021 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t03_writeBasicATDBTables  Time elapsed: 0.009 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t04_writeOptionalATDBTables  Time elapsed: 0.023 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t05_fillTraceEvents  Time elapsed: 0.019 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t06_populateEntitySpecificTables  Time elapsed: 0.006 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t07_addAndCheckDurationMetrics  Time elapsed: 0.006 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t08_addAndCheckDistanceMetrics  Time elapsed: 0.004 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t09_addAndCheckCountMetrics  Time elapsed: 0.004 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t10_addAndCheckAggregatedTimeMetrics  Time elapsed: 0.028 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t11_addAndCheckEvents  Time elapsed: 0.001 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t12_addAndCheckEventChains  Time elapsed: 0.003 s
org.eclipse.app4mc.atdb.tests.RoundtripTests.t99_shutdown  Time elapsed: 0.025 s

Results:

Tests run: 13, Failures: 0, Errors: 0, Skipped: 0

java.lang.instrument.IllegalClassFormatException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:94)
	at java.instrument/java.lang.instrument.ClassFileTransformer.transform(ClassFileTransformer.java:244)
	at java.instrument/sun.instrument.TransformerManager.transform(TransformerManager.java:188)
	at java.instrument/sun.instrument.InstrumentationImpl.transform(InstrumentationImpl.java:541)
	at java.base/java.lang.ClassLoader.defineClass2(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1103)
	at java.base/java.security.SecureClassLoader.defineClass(SecureClassLoader.java:182)
	at java.base/jdk.internal.loader.BuiltinClassLoader.defineClass(BuiltinClassLoader.java:821)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClassInModuleOrNull(BuiltinClassLoader.java:741)
	at java.base/jdk.internal.loader.BuiltinClassLoader.findClass(BuiltinClassLoader.java:621)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:632)
	at java.base/java.lang.Class.forName(Class.java:545)
	at java.base/java.util.ServiceLoader.loadProvider(ServiceLoader.java:859)
	at java.base/java.util.ServiceLoader$ModuleServicesLookupIterator.hasNext(ServiceLoader.java:1084)
	at java.base/java.util.ServiceLoader$2.hasNext(ServiceLoader.java:1309)
	at java.base/java.util.ServiceLoader$3.hasNext(ServiceLoader.java:1393)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$createSupportedLocaleString$13(JRELocaleProviderAdapter.java:479)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createSupportedLocaleString(JRELocaleProviderAdapter.java:476)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.createLanguageTagSet(JRELocaleProviderAdapter.java:456)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLanguageTagSet(JRELocaleProviderAdapter.java:446)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.lambda$getTimeZoneNameProvider$8(JRELocaleProviderAdapter.java:305)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getTimeZoneNameProvider(JRELocaleProviderAdapter.java:301)
	at java.base/sun.util.locale.provider.JRELocaleProviderAdapter.getLocaleServiceProvider(JRELocaleProviderAdapter.java:109)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.findProviders(LocaleServiceProviderPool.java:304)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObjectImpl(LocaleServiceProviderPool.java:274)
	at java.base/sun.util.locale.provider.LocaleServiceProviderPool.getLocalizedObject(LocaleServiceProviderPool.java:236)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayNamesImpl(TimeZoneNameUtility.java:197)
	at java.base/sun.util.locale.provider.TimeZoneNameUtility.retrieveDisplayName(TimeZoneNameUtility.java:150)
	at java.base/java.util.TimeZone.getDisplayName(TimeZone.java:402)
	at java.base/java.util.Date.toString(Date.java:1047)
	at java.base/java.util.Properties.store0(Properties.java:906)
	at java.base/java.util.Properties.store(Properties.java:895)
	at org.eclipse.osgi.storagemanager.StorageManager.save(StorageManager.java:565)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:247)
	at org.eclipse.osgi.storagemanager.StorageManager.add(StorageManager.java:218)
	at org.eclipse.osgi.storagemanager.StorageManager.lookup(StorageManager.java:444)
	at org.eclipse.core.internal.registry.ExtensionRegistry.stop(ExtensionRegistry.java:784)
	at org.eclipse.core.internal.registry.osgi.Activator.stopRegistry(Activator.java:156)
	at org.eclipse.core.internal.registry.osgi.Activator.stop(Activator.java:71)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:900)
	at org.eclipse.osgi.internal.framework.BundleContextImpl$4.run(BundleContextImpl.java:1)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:569)
	at org.eclipse.osgi.internal.framework.BundleContextImpl.stop(BundleContextImpl.java:892)
	at org.eclipse.osgi.internal.framework.EquinoxBundle.stopWorker0(EquinoxBundle.java:1029)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$EquinoxModule.stopWorker(EquinoxBundle.java:370)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.decStartLevel(ModuleContainer.java:1886)
	at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1761)
	at org.eclipse.osgi.container.SystemModule.stopWorker(SystemModule.java:275)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule.stopWorker(EquinoxBundle.java:202)
	at org.eclipse.osgi.container.Module.doStop(Module.java:660)
	at org.eclipse.osgi.container.Module.stop(Module.java:521)
	at org.eclipse.osgi.container.SystemModule.stop(SystemModule.java:207)
	at org.eclipse.osgi.internal.framework.EquinoxBundle$SystemBundle$EquinoxSystemModule$1.run(EquinoxBundle.java:220)
	at java.base/java.lang.Thread.run(Thread.java:833)
Caused by: java.io.IOException: Error while instrumenting sun/util/resources/provider/NonBaseLocaleDataMetaInfo.
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrumentError(Instrumenter.java:159)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:109)
	at org.jacoco.agent.rt.internal_43f5073.CoverageTransformer.transform(CoverageTransformer.java:92)
	... 57 more
Caused by: java.lang.IllegalArgumentException: Unsupported class file major version 61
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:195)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:176)
	at org.jacoco.agent.rt.internal_43f5073.asm.ClassReader.<init>(ClassReader.java:162)
	at org.jacoco.agent.rt.internal_43f5073.core.internal.instr.InstrSupport.classReaderFor(InstrSupport.java:280)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:75)
	at org.jacoco.agent.rt.internal_43f5073.core.instr.Instrumenter.instrument(Instrumenter.java:107)
	... 58 more
[INFO] All tests passed!
[INFO] 
[INFO] -----------------< org.eclipse.app4mc.build:features >------------------
[INFO] Building [aggregator] features 3.1.0-SNAPSHOT                   [85/116]
[INFO]   from features/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ features ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ features ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/target/jacoco.exec,sessionid=features
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ features ---
[INFO] 
[INFO] ----------< org.eclipse.app4mc.build:org.eclipse.app4mc.docu >----------
[INFO] Building [feature] APP4MC Documentation 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.docu ---
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.license,2.0.2.v20181016-2210 have severely compromised security. Please report this concern to the artifact provider.
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.docu ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu/target/jacoco.exec,sessionid=org.eclipse.app4mc.docu
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.docu ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu/target/org.eclipse.app4mc.docu-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.docu ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.examples >--------
[INFO] Building [feature] APP4MC AMALTHEA Model Examples 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.examples ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.examples ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples/target/jacoco.exec,sessionid=org.eclipse.app4mc.examples
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.examples ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples/target/org.eclipse.app4mc.examples-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.examples ---
[INFO] 
[INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models >-----
[INFO] Building [feature] APP4MC AMALTHEA Models 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.models ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.models ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.models
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.models ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models/target/org.eclipse.app4mc.amalthea.models-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.models ---
[INFO] 
[INFO] -----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit >------
[INFO] Building [feature] APP4MC AMALTHEA Edit Support 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.edit
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit/target/org.eclipse.app4mc.amalthea.edit-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.edit ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.docu.sdk >--------
[INFO] Building [feature] APP4MC Documentation SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.docu.sdk ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.docu.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.docu.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.docu.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu.sdk/target/org.eclipse.app4mc.docu.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.docu.sdk ---
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.examples.sdk >------
[INFO] Building [feature] APP4MC AMALTHEA Model Examples SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.examples.sdk ---
[INFO] The project's OSGi version is 3.1.0.202303141519
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.examples.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.examples.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.examples.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples.sdk/target/org.eclipse.app4mc.examples.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.examples.sdk ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.models.sdk >---
[INFO] Building [feature] APP4MC AMALTHEA Models SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.models.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models.sdk/target/org.eclipse.app4mc.amalthea.models.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.models.sdk ---
[INFO] 
[INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.edit.sdk >----
[INFO] Building [feature] APP4MC AMALTHEA Edit Support SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.edit.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit.sdk/target/org.eclipse.app4mc.amalthea.edit.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.edit.sdk ---
[INFO] 
[INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors >----
[INFO] Building [feature] APP4MC AMALTHEA Editors 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.editors
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors/target/org.eclipse.app4mc.amalthea.editors-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.editors ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.editors.sdk >--
[INFO] Building [feature] APP4MC AMALTHEA Editors SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.editors.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors.sdk/target/org.eclipse.app4mc.amalthea.editors.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.editors.sdk ---
[INFO] 
[INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export >-----
[INFO] Building [feature] APP4MC AMALTHEA Export 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.export ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.export ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.export
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.export ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export/target/org.eclipse.app4mc.amalthea.export-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.export ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.export.sdk >---
[INFO] Building [feature] APP4MC AMALTHEA Export SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.export.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export.sdk/target/org.eclipse.app4mc.amalthea.export.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.export.sdk ---
[INFO] 
[INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import >-----
[INFO] Building [feature] APP4MC AMALTHEA Import 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.import ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.import ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.import
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.import ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import/target/org.eclipse.app4mc.amalthea.import-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.import ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.import.sdk >---
[INFO] Building [feature] APP4MC AMALTHEA Import SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.import.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import.sdk/target/org.eclipse.app4mc.amalthea.import.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.import.sdk ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations >--
[INFO] Building [feature] APP4MC AMALTHEA Visualizations 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.visualizations
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations/target/org.eclipse.app4mc.amalthea.visualizations-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.visualizations ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.visualizations.sdk >--
[INFO] Building [feature] APP4MC AMALTHEA Visualizations SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.visualizations.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations.sdk/target/org.eclipse.app4mc.amalthea.visualizations.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.visualizations.sdk ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe >--
[INFO] Building [feature] APP4MC AMALTHEA Workflow MWE 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.workflow.mwe
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe/target/org.eclipse.app4mc.amalthea.workflow.mwe-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.mwe ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.mwe.sdk >--
[INFO] Building [feature] APP4MC AMALTHEA Workflow MWE SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.workflow.mwe.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/target/org.eclipse.app4mc.amalthea.workflow.mwe.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.mwe.sdk ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting >--
[INFO] Building [feature] APP4MC AMALTHEA Workflow Scripting 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.workflow.scripting
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting/target/org.eclipse.app4mc.amalthea.workflow.scripting-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.scripting ---
[INFO] 
[INFO] --< org.eclipse.app4mc.build:org.eclipse.app4mc.amalthea.workflow.scripting.sdk >--
[INFO] Building [feature] APP4MC AMALTHEA Workflow Scripting SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.amalthea.workflow.scripting.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/target/org.eclipse.app4mc.amalthea.workflow.scripting.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.amalthea.workflow.scripting.sdk ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing >---------
[INFO] Building [feature] APP4MC Tracing 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.tracing ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.tracing ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing/target/jacoco.exec,sessionid=org.eclipse.app4mc.tracing
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.tracing ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing/target/org.eclipse.app4mc.tracing-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.tracing ---
[INFO] 
[INFO] -------< org.eclipse.app4mc.build:org.eclipse.app4mc.validation >-------
[INFO] Building [feature] APP4MC Validation 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.validation ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation/target/jacoco.exec,sessionid=org.eclipse.app4mc.validation
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.validation ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation/target/org.eclipse.app4mc.validation-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.validation ---
[INFO] 
[INFO] --------< org.eclipse.app4mc.build:org.eclipse.app4mc.platform >--------
[INFO] Building [feature] APP4MC Tool Platform 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform ---
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.platform ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform/target/jacoco.exec,sessionid=org.eclipse.app4mc.platform
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.platform ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform/target/org.eclipse.app4mc.platform-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform ---
[INFO] 
[INFO] ---< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.3rdparty >----
[INFO] Building [feature] APP4MC Tool Platform 3rd Party Plug-ins 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.3rdparty ---
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,com.google.protobuf,2.4.0.v201105131100 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,javax.activation,1.1.0.v201211130549 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.9.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[INFO] The project's OSGi version is 3.1.0.202303141423
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.3rdparty/target/jacoco.exec,sessionid=org.eclipse.app4mc.platform.3rdparty
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.3rdparty/target/org.eclipse.app4mc.platform.3rdparty-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.3rdparty/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform.3rdparty ---
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.tracing.sdk >-------
[INFO] Building [feature] APP4MC Tracing SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] The project's OSGi version is 3.1.0.202303142030
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.tracing.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing.sdk/target/org.eclipse.app4mc.tracing.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.tracing.sdk ---
[INFO] 
[INFO] -----< org.eclipse.app4mc.build:org.eclipse.app4mc.validation.sdk >-----
[INFO] Building [feature] APP4MC Validation SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.validation.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304120951
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.validation.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.validation.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.validation.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation.sdk/target/org.eclipse.app4mc.validation.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.validation.sdk ---
[INFO] 
[INFO] ------< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.sdk >------
[INFO] Building [feature] APP4MC Tool Platform SDK 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:update-consumer-pom (default-update-consumer-pom)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.sdk ---
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-id (default-validate-id) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:validate-version (default-validate-version) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.platform.sdk ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.sdk/target/jacoco.exec,sessionid=org.eclipse.app4mc.platform.sdk
[INFO] 
[INFO] --- tycho-packaging:3.0.3:update-consumer-pom (default-update-consumer-pom) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-feature (default-package-feature) @ org.eclipse.app4mc.platform.sdk ---
[INFO] Building jar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.sdk/target/org.eclipse.app4mc.platform.sdk-3.1.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:3.0.3: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.1.0-SNAPSHOT @ /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.sdk/.tycho-consumer-pom.xml
[INFO] 
[INFO] --- tycho-p2:3.0.3:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.app4mc.platform.sdk ---
[INFO] 
[INFO] ---------< org.eclipse.app4mc.build:org.eclipse.app4mc.p2repo >---------
[INFO] Building org.eclipse.app4mc.p2repo 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.p2repo ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.p2repo ---
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.p2repo ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.p2repo ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.p2repo ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.p2repo/target/jacoco.exec,sessionid=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-sonar/releng/org.eclipse.app4mc.p2repo/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3: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] 
[INFO] --- tycho-p2-publisher:3.0.3: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.3: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.3: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.3: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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.source,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.edit.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg.source,3.1.0.202304171947.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.standard.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations.source,3.1.0.202304120957.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc.source,3.20.0.202008131456.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc,3.20.0.202008131456.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.source,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu.sdk,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.addon.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.editors.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.addon,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.sdk,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations,3.1.0.202304120957.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing.sdk,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.source,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg.source,3.1.0.202304171942.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.help,3.1.0.202303141423.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg,3.1.0.202304171942.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.ide.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg,3.1.0.202304171947.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples.sdk,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations.sdk,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.help,3.1.0.202303141423.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.standard,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting.sdk,3.1.0.202304120951.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.p2repo ---
[INFO] 
[INFO] --- jacoco:0.8.5:report-aggregate (report-aggregate) @ org.eclipse.app4mc.p2repo ---
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/jacoco.exec
[INFO] Loading execution data file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/jacoco.exec
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.tests' with 24 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.standard.tests' with 10 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.sim.tests' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.ta.tests' with 7 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.inchron.tests' with 6 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation.core.tests' with 29 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.edit' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.models' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model' with 472 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.emf.util' with 1 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.edit' with 361 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.edit.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.editor' with 33 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.editor.extended' with 44 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.edit.extended' with 112 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.editor.contribution' with 14 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.editor.contribution.standard' with 17 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.edit.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.models.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.editors' with 0 classes
[INFO] Analyzed bundle 'org.sqlite.jdbc' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.atdb' with 8 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.atdb.metrics' with 7 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.editors.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.editors.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.examples.installer' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.export' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.export.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.import.atdb' with 20 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.import' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.import.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.import.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.model.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation.core' with 8 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation.ui' with 7 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.docu' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.examples' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.docu.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.examples.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.inchron' with 21 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.standard' with 43 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.sim' with 24 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.validations.ta' with 23 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualization.runnabledependency' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.visualization.util.svg' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.visualization.ui' with 15 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualizations.addon' with 7 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualizations' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.visualization.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualizations.standard' with 15 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualizations.svg' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.emf.visualizations' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.visualizations.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.core' with 8 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.ease' with 2 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.mwe' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.mwe2' with 4 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.mwe.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.scripting' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.workflow.examples.installer' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.amalthea.workflow.scripting.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.atdb.import.amalthea' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.atdb.import.btf' with 16 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.help' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.waters.examples.installer' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.ide.examples.installer' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.platform' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.platform.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.tracing' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.tracing.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation.sdk' with 0 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.platform.ide' with 2 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.tracing.converter' with 13 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.tracing.converter.ot1' with 95 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.tracing.converter.atdb' with 5 classes
[INFO] Analyzed bundle 'org.eclipse.app4mc.validation.help' with 0 classes
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3: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-sonar/releng/org.eclipse.app4mc.p2repo/target/org.eclipse.app4mc.p2repo-3.1.0-SNAPSHOT.zip
[INFO] 
[INFO] ----< org.eclipse.app4mc.build:org.eclipse.app4mc.platform.product >----
[INFO] Building org.eclipse.app4mc.platform.product 3.1.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.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3: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.3:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.app4mc.platform.product ---
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.draw2d,3.10.100.201606061308.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.transaction,1.12.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.workspace,1.5.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.workspace.ui,1.3.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.workspace,1.12.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gef,3.11.0.201606061308.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xpand,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xpand_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xpand.ui,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xpand.ui_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.dependencies,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.dependencies_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.typesystem.emf,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.typesystem.emf_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.ui,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.ui_root,2.2.0.v201605260315.
[INFO] The project's OSGi version is 3.1.0.202304171952
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.app4mc.platform.product ---
[INFO] 
[INFO] --- target-platform-configuration:3.0.3:target-platform (default-target-platform) @ org.eclipse.app4mc.platform.product ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.platform.product ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product/target/jacoco.exec,sessionid=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-sonar/releng/org.eclipse.app4mc.platform.product/src/main/resources
[INFO] 
[INFO] --- tycho-p2-publisher:3.0.3: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] 
[INFO] --- tycho-p2-publisher:3.0.3: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.3: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.3: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.3: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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.source,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction.ui,1.4.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations.source,3.1.0.202304120957.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,com.google.protobuf,2.4.0.v201105131100 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xpand_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.3rdparty,3.1.0.202303141423.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.antlr.runtime,3.2.0.v201101311130 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.editors.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.workspace,1.12.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg.source,3.1.0.202304171942.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.help,3.1.0.202303141423.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.inchron.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.typesystem.emf_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.examples.sdk,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations.sdk,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.m2e.workspace.cli,0.3.1 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg.source,3.1.0.202304171947.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.standard.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu.sdk,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.addon,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.platform.sdk,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.extended.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.metrics,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,javax.activation,1.1.0.v201211130549 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xpand.ui,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.ui,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.extended,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.ot1.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.workspace.ui,1.3.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.standard,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.edit.help,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.core,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc.source,3.20.0.202008131456.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.ta,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.sqlite.jdbc,3.20.0.202008131456.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.editors.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualization.runnabledependency,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.docu,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.typesystem.emf,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.ui_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing.sdk,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.source,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.sim,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.visualization.util.svg,3.1.0.202304171942.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.btf.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.models.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.svg,3.1.0.202304171947.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] 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] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.help,3.1.0.202303141423.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.emf.transaction,1.12.0.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.draw2d,3.10.100.201606061308.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.lang,2.6.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.dependencies,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.ease,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.win32.win32.x86_64,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xpand,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.export.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.validation.ui.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.gef,3.11.0.201606061308.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.editor.contribution.standard,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.model.edit.source,3.1.0.202304051156.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.visualizations.addon.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.emf.visualizations,3.1.0.202304120957.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb.import.amalthea,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.import,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.transaction,1.9.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.platform.ide.source,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify org.eclipse.update.feature,org.eclipse.xtend.ui,2.2.0.v201605260315 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.import.atdb,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.scripting,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xpand.ui_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.emf.util,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.edit.sdk,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.validation,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.core,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.workflow.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.atdb,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend.dependencies_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.apache.commons.cli,1.2.0.v201404270220 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] The digest algorithms (md5) used to verify osgi.bundle,org.eclipse.emf.workspace,1.5.1.201805140824 have severely compromised security. Please report this concern to the artifact provider.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.visualizations,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.waters.examples.installer.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.validations.standard,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.tracing.converter.atdb.source,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.xtend_root,2.2.0.v201605260315.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.tracing,3.1.0.202303142030.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of org.eclipse.update.feature,org.eclipse.app4mc.amalthea.workflow.mwe,3.1.0.202304120951.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of osgi.bundle,org.eclipse.app4mc.amalthea.workflow.mwe2,3.1.0.202303141519.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.gtk.linux.x86_64,3.1.0.202304171952.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] No digest algorithm is available to verify download of binary,org.eclipse.app4mc.platform.product.executable.cocoa.macosx.x86_64,3.1.0.202304171952.
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.platform.product ---
[INFO] 
[INFO] --- tycho-p2-repository:3.0.3: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-sonar/releng/org.eclipse.app4mc.platform.product/target/org.eclipse.app4mc.platform.product-3.1.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director:3.0.3: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-sonar/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/win32/win32/x86_64
Installing org.eclipse.app4mc.platform.product 3.1.0.202304171952.
Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.1.0.202303141423.
Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.ease.feature.feature.group 0.8.0.I202105061131.
Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.8.0.I202104091054.
Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.8.0.I202103261223.
Installing org.eclipse.ease.modules.feature.feature.group 0.8.0.I202105111149.
Installing org.eclipse.ease.ui.feature.feature.group 0.8.0.I202105111204.
Installing org.eclipse.emf.feature.group 2.22.0.v20200519-1135.
Installing org.eclipse.emf.doc.feature.group 2.21.0.v20200324-0723.
Installing org.eclipse.emf.ecore.xcore.feature.group 1.14.0.v20200424-0456.
Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.5.0.v20190401-0856.
Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.13.0.v20200424-0456.
Installing org.eclipse.emf.mwe.core.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.11.3.v20200520-0756.
Installing org.eclipse.emf.transaction.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.feature.group 1.12.1.201812070911.
Installing org.eclipse.emf.workspace.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.compare.feature.group 3.3.11.202005260905.
Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.11.202005260905.
Installing org.eclipse.equinox.server.p2.feature.group 1.9.300.v20200511-1530.
Installing org.eclipse.equinox.sdk.feature.group 3.20.200.v20200528-0603.
Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.600.v20200521-1852.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.800.v20200511-1530.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.800.v20200602-1138.
Installing org.eclipse.equinox.server.core.feature.group 1.12.200.v20200520-1959.
Installing org.eclipse.equinox.server.jetty.feature.group 1.10.300.v20200528-0603.
Installing org.eclipse.gef.feature.group 3.11.0.201606061308.
Installing org.eclipse.jdt.feature.group 3.18.400.v20200604-0540.
Installing org.eclipse.m2e.feature.feature.group 1.16.0.20200610-1735.
Installing org.eclipse.pde.feature.group 3.14.400.v20200604-0540.
Installing org.eclipse.platform.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.xpand.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtend.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtext.sdk.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.fx.ide.feature.feature.group 3.7.0.202010120832.
Installing openjfx.media.feature.feature.group 11.0.2.202104070906.
Installing openjfx.standard.feature.feature.group 11.0.2.202104070906.
Installing openjfx.swt.feature.feature.group 11.0.2.202104070906.
Installing openjfx.web.feature.feature.group 11.0.2.202104070906.
Installing org.eclipse.draw2d.feature.group 3.10.100.201606061308.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.16.0.v20200522-1402.
Installing org.eclipse.e4.rcp.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.ecf.core.feature.feature.group 1.5.600.v20200317-1602.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.400.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.800.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.400.v20200522-1203.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.300.v20200317-1602.
Installing org.eclipse.wst.common_core.feature.feature.group 3.10.100.v201904082145.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.11.0.v201905071717.
Installing org.eclipse.wst.jsdt.feature.feature.group 2.2.0.v202005251709.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.18.0.v202005180122.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.18.0.v202005192253.
Installing org.eclipse.xsd.sdk.feature.group 2.22.0.v20200324-0723.
Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.24.
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 5.8.0.202006091008-r.
Installing org.eclipse.jgit.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.gpg.bc.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.http.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.jsch.feature.group 5.8.0.202006091008-r.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 41625 ms.
[INFO] Installing product org.eclipse.app4mc.platform.product for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform.product/linux/gtk/x86_64
Installing org.eclipse.app4mc.platform.product 3.1.0.202304171952.
Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.1.0.202303141423.
Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.ease.feature.feature.group 0.8.0.I202105061131.
Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.8.0.I202104091054.
Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.8.0.I202103261223.
Installing org.eclipse.ease.modules.feature.feature.group 0.8.0.I202105111149.
Installing org.eclipse.ease.ui.feature.feature.group 0.8.0.I202105111204.
Installing org.eclipse.emf.feature.group 2.22.0.v20200519-1135.
Installing org.eclipse.emf.doc.feature.group 2.21.0.v20200324-0723.
Installing org.eclipse.emf.ecore.xcore.feature.group 1.14.0.v20200424-0456.
Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.5.0.v20190401-0856.
Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.13.0.v20200424-0456.
Installing org.eclipse.emf.mwe.core.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.11.3.v20200520-0756.
Installing org.eclipse.emf.transaction.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.feature.group 1.12.1.201812070911.
Installing org.eclipse.emf.workspace.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.compare.feature.group 3.3.11.202005260905.
Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.11.202005260905.
Installing org.eclipse.equinox.server.p2.feature.group 1.9.300.v20200511-1530.
Installing org.eclipse.equinox.sdk.feature.group 3.20.200.v20200528-0603.
Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.600.v20200521-1852.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.800.v20200511-1530.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.800.v20200602-1138.
Installing org.eclipse.equinox.server.core.feature.group 1.12.200.v20200520-1959.
Installing org.eclipse.equinox.server.jetty.feature.group 1.10.300.v20200528-0603.
Installing org.eclipse.gef.feature.group 3.11.0.201606061308.
Installing org.eclipse.jdt.feature.group 3.18.400.v20200604-0540.
Installing org.eclipse.m2e.feature.feature.group 1.16.0.20200610-1735.
Installing org.eclipse.pde.feature.group 3.14.400.v20200604-0540.
Installing org.eclipse.platform.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.xpand.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtend.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtext.sdk.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.fx.ide.feature.feature.group 3.7.0.202010120832.
Installing openjfx.media.feature.feature.group 11.0.2.202104070906.
Installing openjfx.standard.feature.feature.group 11.0.2.202104070906.
Installing openjfx.swt.feature.feature.group 11.0.2.202104070906.
Installing openjfx.web.feature.feature.group 11.0.2.202104070906.
Installing org.eclipse.draw2d.feature.group 3.10.100.201606061308.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.16.0.v20200522-1402.
Installing org.eclipse.e4.rcp.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.ecf.core.feature.feature.group 1.5.600.v20200317-1602.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.400.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.800.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.400.v20200522-1203.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.300.v20200317-1602.
Installing org.eclipse.wst.common_core.feature.feature.group 3.10.100.v201904082145.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.11.0.v201905071717.
Installing org.eclipse.wst.jsdt.feature.feature.group 2.2.0.v202005251709.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.18.0.v202005180122.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.18.0.v202005192253.
Installing org.eclipse.xsd.sdk.feature.group 2.22.0.v20200324-0723.
Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.24.
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 5.8.0.202006091008-r.
Installing org.eclipse.jgit.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.gpg.bc.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.http.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.jsch.feature.group 5.8.0.202006091008-r.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 38793 ms.
[INFO] Installing product org.eclipse.app4mc.platform.product for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/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.1.0.202304171952.
Installing org.eclipse.app4mc.platform.3rdparty.feature.group 3.1.0.202303141423.
Installing org.eclipse.app4mc.amalthea.converters.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.amalthea.converters.headless.feature.group 3.1.0.202303161614.
Installing org.eclipse.app4mc.utils.platform.sdk.feature.group 3.1.0.202303161614.
Installing org.eclipse.ease.feature.feature.group 0.8.0.I202105061131.
Installing org.eclipse.ease.lang.javascript.feature.feature.group 0.8.0.I202104091054.
Installing org.eclipse.ease.lang.jvm.feature.feature.group 0.8.0.I202103261223.
Installing org.eclipse.ease.modules.feature.feature.group 0.8.0.I202105111149.
Installing org.eclipse.ease.ui.feature.feature.group 0.8.0.I202105111204.
Installing org.eclipse.emf.feature.group 2.22.0.v20200519-1135.
Installing org.eclipse.emf.doc.feature.group 2.21.0.v20200324-0723.
Installing org.eclipse.emf.ecore.xcore.feature.group 1.14.0.v20200424-0456.
Installing org.eclipse.emf.ecore.xcore.lib.feature.group 1.5.0.v20190401-0856.
Installing org.eclipse.emf.ecore.xcore.ui.feature.group 1.13.0.v20200424-0456.
Installing org.eclipse.emf.mwe.core.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe.ui.feature.feature.group 1.5.3.v20200520-0756.
Installing org.eclipse.emf.mwe2.language.sdk.feature.group 2.11.3.v20200520-0756.
Installing org.eclipse.emf.transaction.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.validation.feature.group 1.12.1.201812070911.
Installing org.eclipse.emf.workspace.feature.group 1.12.0.201805140824.
Installing org.eclipse.emf.compare.feature.group 3.3.11.202005260905.
Installing org.eclipse.emf.compare.ide.ui.feature.group 3.3.11.202005260905.
Installing org.eclipse.equinox.server.p2.feature.group 1.9.300.v20200511-1530.
Installing org.eclipse.equinox.sdk.feature.group 3.20.200.v20200528-0603.
Installing org.eclipse.equinox.p2.discovery.feature.feature.group 1.2.600.v20200521-1852.
Installing org.eclipse.equinox.p2.extras.feature.feature.group 1.4.800.v20200511-1530.
Installing org.eclipse.equinox.p2.rcp.feature.feature.group 1.4.800.v20200602-1138.
Installing org.eclipse.equinox.server.core.feature.group 1.12.200.v20200520-1959.
Installing org.eclipse.equinox.server.jetty.feature.group 1.10.300.v20200528-0603.
Installing org.eclipse.gef.feature.group 3.11.0.201606061308.
Installing org.eclipse.jdt.feature.group 3.18.400.v20200604-0540.
Installing org.eclipse.m2e.feature.feature.group 1.16.0.20200610-1735.
Installing org.eclipse.pde.feature.group 3.14.400.v20200604-0540.
Installing org.eclipse.platform.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.xpand.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtend.ui.feature.group 2.2.0.v201605260315.
Installing org.eclipse.xtext.sdk.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.xtext.xtext.ui.graph.feature.group 2.22.0.v20200602-1533.
Installing org.eclipse.fx.ide.feature.feature.group 3.7.0.202010120832.
Installing openjfx.media.feature.feature.group 11.0.2.202104070906.
Installing openjfx.standard.feature.feature.group 11.0.2.202104070906.
Installing openjfx.swt.feature.feature.group 11.0.2.202104070906.
Installing openjfx.web.feature.feature.group 11.0.2.202104070906.
Installing org.eclipse.draw2d.feature.group 3.10.100.201606061308.
Installing org.eclipse.e4.core.tools.feature.feature.group 4.16.0.v20200522-1402.
Installing org.eclipse.e4.rcp.feature.group 4.16.0.v20200604-0951.
Installing org.eclipse.ecf.core.feature.feature.group 1.5.600.v20200317-1602.
Installing org.eclipse.ecf.core.ssl.feature.feature.group 1.1.400.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.feature.feature.group 3.14.800.v20200317-1602.
Installing org.eclipse.ecf.filetransfer.httpclient45.feature.feature.group 1.0.400.v20200522-1203.
Installing org.eclipse.ecf.filetransfer.ssl.feature.feature.group 1.1.300.v20200317-1602.
Installing org.eclipse.wst.common_core.feature.feature.group 3.10.100.v201904082145.
Installing org.eclipse.wst.common_ui.feature.feature.group 3.11.0.v201905071717.
Installing org.eclipse.wst.jsdt.feature.feature.group 2.2.0.v202005251709.
Installing org.eclipse.wst.xml_core.feature.feature.group 3.18.0.v202005180122.
Installing org.eclipse.wst.xml_userdoc.feature.feature.group 3.18.0.v202004271556.
Installing org.eclipse.wst.xml_ui.feature.feature.group 3.18.0.v202005192253.
Installing org.eclipse.xsd.sdk.feature.group 2.22.0.v20200324-0723.
Installing net.sourceforge.plantuml.ecore.feature.feature.group 1.1.24.
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 5.8.0.202006091008-r.
Installing org.eclipse.jgit.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.gpg.bc.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.http.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.apache.feature.group 5.8.0.202006091008-r.
Installing org.eclipse.jgit.ssh.jsch.feature.group 5.8.0.202006091008-r.
[WARNING] [52050422-2191-454d-8eeb-98c3a817c653][extension>org.eclipse.tycho:tycho-maven-plugin:3.0.3] Failed creating shared configuration url for null.
Operation completed in 38599 ms.
[INFO] 
[INFO] --- tycho-p2-director:3.0.3:archive-products (archive-products) @ org.eclipse.app4mc.platform.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.1.0-SNAPSHOT-20230418-075607-win32.win32.x86_64.zip
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.1.0-SNAPSHOT-20230418-075607-linux.gtk.x86_64.tar.gz
[INFO] Building tar: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product/target/products/org.eclipse.app4mc.platform-3.1.0-SNAPSHOT-20230418-075607-macosx.cocoa.x86_64.tar.gz
[INFO] 
[INFO] ------------------< org.eclipse.app4mc.build:releng >-------------------
[INFO] Building [aggregator] releng 3.1.0-SNAPSHOT                    [115/116]
[INFO]   from releng/.polyglot.pom.tycho
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ releng ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ releng ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/target/jacoco.exec,sessionid=releng
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ releng ---
[INFO] 
[INFO] ---------< org.eclipse.app4mc.build:org.eclipse.app4mc.target >---------
[INFO] Building [target] APP4MC Target Platform 3.1.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.3:package-target-definition (default-package-target-definition)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:package-target-definition (default-package-target-definition)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.app4mc.target ---
[INFO] 
[INFO] --- jacoco:0.8.5:prepare-agent (default) @ org.eclipse.app4mc.target ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.5/org.jacoco.agent-0.8.5-runtime.jar=destfile=/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.target/target/jacoco.exec,sessionid=org.eclipse.app4mc.target
[INFO] 
[INFO] --- tycho-source:3.0.3:plugin-source (plugin-source) @ org.eclipse.app4mc.target ---
[INFO] 
[INFO] --- tycho-packaging:3.0.3:package-target-definition (default-package-target-definition) @ org.eclipse.app4mc.target ---
[INFO] 
[INFO] ------------------< org.eclipse.app4mc.build:parent >-------------------
[INFO] Building APP4MC Tool Platform 3.1.0-SNAPSHOT                   [117/116]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- sonar:3.9.1.2184:sonar (default-cli) @ parent ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 8.0.0.40027
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:validate-version (default-validate-version)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:3.0.3:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:3.0.3:target-platform (default-target-platform)'
[INFO] Default locale: "en_US", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=669ms
[INFO] Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=573ms
[INFO] Load/download plugins (done) | time=4593ms
[INFO] Loaded core extensions: developer-scanner
[INFO] Found an active CI vendor: 'Jenkins'
[INFO] Load project settings for component key: 'org.eclipse.app4mc.build:parent'
[INFO] Load project settings for component key: 'org.eclipse.app4mc.build:parent' (done) | time=551ms
[INFO] Process project properties
[INFO] Execute project builders
[INFO] Execute project builders (done) | time=3ms
[INFO] Project key: org.eclipse.app4mc.build:parent
[INFO] Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar
[INFO] Working dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar
[INFO] Load project branches
[INFO] Load project branches (done) | time=521ms
[INFO] Check ALM binding of project 'org.eclipse.app4mc.build:parent'
[INFO] Detected project binding: NOT_BOUND
[INFO] Check ALM binding of project 'org.eclipse.app4mc.build:parent' (done) | time=491ms
[INFO] Load project pull requests
[INFO] Load project pull requests (done) | time=499ms
[INFO] Load branch configuration
[INFO] Load branch configuration (done) | time=2ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=595ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=6123ms
[INFO] Organization key: eclipse
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=2241ms
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.democar'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.democar.extended'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.extended
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.democar.split'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.democar.split
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.hardware'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.hardware
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.ide.actions'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.actions
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.ide.validations'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.validations
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.ide.visualizations'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.ide.visualizations
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling.client_server'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.client_server
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling.feedback_loop'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.feedback_loop
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling.periodic'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.periodic
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling.state_machine'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.modeling.state_machine_feedback_loop'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.modeling.state_machine_feedback_loop
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.numeric_modes'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.numeric_modes
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.scheduler'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.scheduler
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.tool.java'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.java
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.tool.validation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.validation
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'app4mc.example.tool.workflow'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/app4mc.example.tool.workflow
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Edit Support'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Edit Support SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.edit.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Editors'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Editors SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.editors.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Export'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Export SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.export.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Import'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Import SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.import.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Models'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Models SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.models.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Visualizations'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Visualizations SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.visualizations.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Workflow MWE'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Workflow MWE SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Workflow Scripting'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Workflow Scripting SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Documentation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Documentation SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.docu.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Model Examples'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC AMALTHEA Model Examples SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.examples.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Tool Platform'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Tool Platform 3rd Party Plug-ins'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.3rdparty
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Tool Platform SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.platform.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Tracing'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Tracing SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.tracing.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Validation'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[feature] APP4MC Validation SDK'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/org.eclipse.app4mc.validation.sdk
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[aggregator] features'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features
[INFO]   Source paths: .polyglot.pom.tycho
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] mxGraph'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/com.mxgraph
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] Trove4j'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/gnu.trove4j
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] chocosolver'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] Cutoffseq'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.chocosolver.cutoffseq
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.edit.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.edit.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.editors.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.editors.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea EMF Util'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Examples Installer'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.examples.installer
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea import from ATDB'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.import.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Edit Support'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit
[INFO]   Source paths: .tycho-consumer-pom.xml, src-gen, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Edit Support - Extended'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Editor'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor
[INFO]   Source paths: .tycho-consumer-pom.xml, src-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Editor Contributions'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Editor Contributions (Standard)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Model Editor - Extended'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.model.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Runnable Dependency Visualization'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Visualizations (addon)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Visualizations (standard)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Visualizations (SVG)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Workflow Core'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Workflow Ease'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.workflow.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea Workflow MWE2'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] AMALTHEA Trace DataBase access'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] ATDB import from Amalthea'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Amalthea BTF to ATDB import'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC ATDB Viewer'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC EMF Visualizations'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC IDE Examples Installer'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.ide.examples.installer
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Tool Platform IDE'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Trace Converter'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Trace Converter - ATDB'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Trace Converter - OT1'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.validation.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Validation UI'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.visualization.help'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.help
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Visualization UI'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz)'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC WATERS Examples Installer'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.waters.examples.installer
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] APP4MC Workflow Examples Installer'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.workflow.examples.installer
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] Jenetics'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jenetics
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] JGraphT'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.jgrapht
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] ojAlgo'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.ojalgo
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[bundle] SQLite JDBC Driver'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.sqlite.jdbc
[INFO]   Source paths: .tycho-consumer-pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.model'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xcore-gen, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.validations.inchron'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.validations.sim'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.validations.standard'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.amalthea.validations.ta'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.validation.core'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[aggregator] plugins'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins
[INFO]   Source paths: .polyglot.pom.tycho
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.p2repo'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.p2repo
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'org.eclipse.app4mc.platform.product'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.platform.product
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[target] APP4MC Target Platform'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/org.eclipse.app4mc.target
[INFO]   Source paths: .polyglot.org.eclipse.app4mc.target.target
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[aggregator] releng'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng
[INFO]   Source paths: .polyglot.pom.tycho
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Amalthea Model - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Amalthea Validations Inchron - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Amalthea Validations - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Amalthea Validations TA - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src, xtend-gen
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] ATDB - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[test-bundle] APP4MC Validation Core - Tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests
[INFO]   Source paths: .tycho-consumer-pom.xml, src
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module '[aggregator] tests'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests
[INFO]   Source paths: .polyglot.pom.tycho
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'waters.fmtv.challenge.2016'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2016
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'waters.fmtv.challenge.2017'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2017
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'waters.fmtv.challenge.2019'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/examples/waters.fmtv.challenge.2019
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] Indexing files of module 'APP4MC Tool Platform'
[INFO]   Base dir: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar
[INFO]   Source paths: pom.xml
[INFO]   Excluded sources: **/build-wrapper-dump.json, **/src-gen/**/*, **/xtend-gen/**/*, **/xcore-gen/**/*
[INFO]   Excluded sources for coverage: **/*.tests/**/*.java
[INFO]   Excluded sources for duplication: **/*.tests/**/*.java
[INFO] 852 files indexed
[INFO] 1148 files ignored because of inclusion/exclusion patterns
[INFO] 0 files ignored because of scm ignore settings
[INFO] Quality profile for java: Sonar way
[INFO] Quality profile for plsql: Sonar way
[INFO] Quality profile for xml: Sonar way
[INFO] ------------- Run sensors on module app4mc.example.democar.extended
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=501ms
[INFO] Sensor cache enabled
[INFO] Load sensor cache
[INFO] Load sensor cache (404) | time=585ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=17ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=3ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=262ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=30ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=19ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=517ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=105ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=4ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module app4mc.example.ide.actions
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=47ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=319ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=13ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling.state_machine_feedback_loop
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=30ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=284ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling.periodic
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=30ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=383ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Amalthea Validations TA - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=5ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 1 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1295ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.ta.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=60ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=414ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=11ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Amalthea Validations - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 1 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=99ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.standard.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=54ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=194ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Validation Core - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 38 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 38 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=4726ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.validation.core.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=4ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=32ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 39 source files to be analyzed
[INFO] 39/39 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=110ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=189ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=3ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 1 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=55ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.sim.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=8ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=177ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [test-bundle] ATDB - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 3 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1160ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.atdb.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=6ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=43ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=179ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Amalthea Model - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 13 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=4729ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.model.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=26ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 14 source files to be analyzed
[INFO] 14/14 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=47ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=178ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [test-bundle] APP4MC Amalthea Validations Inchron - Tests
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 1 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=60ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=3ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=55ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=35ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=199ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [aggregator] tests
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/tests/../../releng/org.eclipse.app4mc.p2repo/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=2ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling.state_machine
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=17ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=180ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling.feedback_loop
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=180ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.ide.visualizations
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=171ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=14ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.tool.java
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=176ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.hardware
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=183ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.tool.workflow
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=171ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.scheduler
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=176ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Edit Support SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=18ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=177ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Validation SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=177ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Tool Platform 3rd Party Plug-ins
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=179ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Editors
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=20ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=172ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Models SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=186ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Model Examples
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=239ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Edit Support
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=48ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=230ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Import SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=438ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Visualizations SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=13ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=272ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Documentation
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=176ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Tracing
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Editors SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=22ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=182ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Import
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=164ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Model Examples SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Export SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=213ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Tool Platform SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=52ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=14ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Validation
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=169ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Workflow MWE
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=165ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Export
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=177ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Workflow Scripting
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=174ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Documentation SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=6ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=168ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Workflow MWE SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=4ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=162ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Tracing SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=17ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=166ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Models
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=15ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=239ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Visualizations
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=30ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=209ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC AMALTHEA Workflow Scripting SDK
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=21ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=240ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [feature] APP4MC Tool Platform
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=64ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=7ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=208ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [aggregator] features
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/features/../../releng/org.eclipse.app4mc.p2repo/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.validations.standard
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 42 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 42 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=5333ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.standard/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 43 source files to be analyzed
[INFO] 43/43 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=59ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=178ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] chocosolver
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=164ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Workflow Examples Installer
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.editors.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Workflow Core
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 9 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=3045ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 10 source files to be analyzed
[INFO] 10/10 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=16ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=243ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Editor Contributions (Standard)
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 17 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 17 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=548ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=1ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 18 source files to be analyzed
[INFO] 18/18 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=198ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=9ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.validation.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=187ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Examples Installer
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=167ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.model.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.validation.core
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 16 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 16 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1518ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.core/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 17 source files to be analyzed
[INFO] 17/17 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=182ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Workflow MWE2
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 4 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1869ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=16ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=193ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.edit.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=169ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.validations.ta
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 23 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 23 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1028ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.ta/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 24 source files to be analyzed
[INFO] 24/24 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=288ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Editor
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=14ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=297ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC ATDB Viewer
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 4 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1181ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.metrics/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=12ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=224ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] AMALTHEA Trace DataBase access
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=0ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1181ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=44ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC EMF Visualizations
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 3 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=507ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.emf.visualizations/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=9ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=171ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.visualization.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=167ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] Trove4j
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=166ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Edit Support - Extended
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 95 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 95 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=7176ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit.extended/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 96 source files to be analyzed
[INFO] 96/96 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=108ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=190ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=13ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] SQLite JDBC Driver
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Editor Contributions
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 15 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=695ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 16 source files to be analyzed
[INFO] 16/16 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=17ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=178ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.model
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 47 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 47 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=13867ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 48 source files to be analyzed
[INFO] 48/48 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=168ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=186ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Tool Platform IDE
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 2 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=101ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.platform.ide/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=204ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] Cutoffseq
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=172ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Trace Converter
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 3 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1406ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=54ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=287ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Trace Converter - OT1
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 165 Main java source files with batch size 53 KB.
[WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/src/org/eclipse/app4mc/tracing/converter/ot1/OT1/SchedulingEntityType.java at line 42 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 165 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=11221ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.ot1/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 166 source files to be analyzed
[INFO] 166/166 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=646ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=193ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=17ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=169ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea BTF to ATDB import
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 13 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 13 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1530ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.btf/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 14 source files to be analyzed
[INFO] 14/14 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=22ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=218ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.import.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=167ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Runnable Dependency Visualization
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 3 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1204ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=13ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=187ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Validation UI
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 7 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 7 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1783ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.validation.ui/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 8 source files to be analyzed
[INFO] 8/8 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=49ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=235ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] mxGraph
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=216ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Visualizations (SVG)
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 10 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 10 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1361ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.svg/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 11 source files to be analyzed
[INFO] 11/11 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=19ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=189ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Visualizations (addon)
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 3 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 3 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=847ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.addon/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 4 source files to be analyzed
[INFO] 4/4 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=10ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=195ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.validations.inchron
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 21 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 21 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=2245ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.inchron/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 22 source files to be analyzed
[INFO] 22/22 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=205ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=10ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.validations.sim
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 24 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 24 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=988ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.validations.sim/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 25 source files to be analyzed
[INFO] 25/25 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=64ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=257ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] ojAlgo
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=210ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.amalthea.workflow.help
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=317ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea EMF Util
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=0ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 1 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 1 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=63ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.emf.util/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 2 source files to be analyzed
[INFO] 2/2 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=233ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=28ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea import from ATDB
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 15 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=2111ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.import.atdb/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 16 source files to be analyzed
[INFO] 16/16 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=24ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=164ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Workflow Ease
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 2 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 2 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=96ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.workflow.ease/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 3 source files to be analyzed
[INFO] 3/3 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=167ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] ATDB import from Amalthea
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 9 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 9 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=653ms
[INFO] Sensor PL/SQL Sensor [plsql]
[WARNING] The Data Dictionary is not configured for the PLSQL analyzer, which prevents rule(s) S3641, S3921, S3618, S3651 from raising issues. See https://docs.sonarcloud.io/advanced-setup/languages/pl-sql/
[INFO] 1 source files to be analyzed
[INFO] 1/1 source files have been analyzed
[INFO] Sensor PL/SQL Sensor [plsql] (done) | time=466ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.atdb.import.amalthea/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 11 source files to be analyzed
[INFO] 11/11 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Visualization UI
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 15 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 15 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1267ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.ui/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 16 source files to be analyzed
[INFO] 16/16 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=20ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC WATERS Examples Installer
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] Jenetics
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=228ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=12ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC IDE Examples Installer
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=212ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Trace Converter - ATDB
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=1ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 5 Main java source files with batch size 53 KB.
[WARNING] Invalid character encountered in file /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/src/org/eclipse/app4mc/tracing/converter/atdb/ATDBWriter.java at line 270 for encoding UTF-8. Please fix file content or configure the encoding to be used using property 'sonar.sourceEncoding'.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 5 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1629ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.tracing.converter.atdb/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=7ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 6 source files to be analyzed
[INFO] 6/6 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=18ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=278ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=7ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] JGraphT
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=173ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Visualizations (standard)
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 14 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 14 files.
[WARNING] Unresolved imports/types have been detected during analysis. Enable DEBUG mode to see them.
[WARNING] Use of preview features have been detected during analysis. Enable DEBUG mode to see them.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=5921ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.visualizations.standard/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 15 source files to be analyzed
[INFO] 15/15 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=140ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=212ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Edit Support
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 4 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=1415ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.edit/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=6ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=12ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=232ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz)
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=2ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=1ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 4 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 4 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=255ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.visualization.util.svg/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=5ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 5 source files to be analyzed
[INFO] 5/5 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=181ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [bundle] APP4MC Amalthea Model Editor - Extended
[INFO] Sensor JavaSensor [java]
[INFO] Configured Java source version (sonar.java.source): 11
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=3ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=2ms
[INFO] Server-side caching is enabled. The Java analyzer will not try to leverage data from a previous analysis.
[INFO] Using ECJ batch to parse 33 Main java source files with batch size 53 KB.
[INFO] Starting batch processing.
[INFO] The Java analyzer cannot skip unchanged files in this context. A full analysis is performed for all files.
[INFO] 100% analyzed
[INFO] Batch processing: Done.
[INFO] Did not optimize analysis for any files, performed a full analysis for all 33 files.
[INFO] No "Test" source files to scan.
[INFO] No "Generated" source files to scan.
[INFO] Sensor JavaSensor [java] (done) | time=2667ms
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/org.eclipse.app4mc.amalthea.model.editor.extended/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=8ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 34 source files to be analyzed
[INFO] 34/34 source files have been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=68ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=174ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=8ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [aggregator] plugins
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/plugins/../../releng/org.eclipse.app4mc.p2repo/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=38ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.ide.validations
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=11ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=172ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.democar.split
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=1ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=202ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.p2repo
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=1ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=206ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [target] APP4MC Target Platform
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=0ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=162ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=1ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module org.eclipse.app4mc.platform.product
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=12ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=313ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module [aggregator] releng
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=1ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/releng/../../releng/org.eclipse.app4mc.p2repo/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=1ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module app4mc.example.tool.validation
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=17ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=256ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on module app4mc.example.democar
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=238ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.modeling.client_server
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=184ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module app4mc.example.numeric_modes
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=2ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=168ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=6ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module waters.fmtv.challenge.2019
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=9ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=1ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=166ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module waters.fmtv.challenge.2016
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=1ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=170ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=1ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module waters.fmtv.challenge.2017
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=10ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=3ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[INFO] Importing 1 report(s). Turn your logs in debug mode in order to see the exhaustive list.
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=168ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] ------------- Run sensors on module APP4MC Tool Platform
[INFO] Sensor C# Project Type Information [csharp]
[INFO] Sensor C# Project Type Information [csharp] (done) | time=0ms
[INFO] Sensor C# Analysis Log [csharp]
[INFO] Sensor C# Analysis Log [csharp] (done) | time=0ms
[INFO] Sensor C# Properties [csharp]
[INFO] Sensor C# Properties [csharp] (done) | time=0ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=0ms
[INFO] Sensor XML Sensor [xml]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor XML Sensor [xml] (done) | time=21ms
[INFO] Sensor TextAndSecretsSensor [text]
[INFO] 1 source file to be analyzed
[INFO] 1/1 source file has been analyzed
[INFO] Sensor TextAndSecretsSensor [text] (done) | time=5ms
[INFO] Sensor VB.NET Project Type Information [vbnet]
[INFO] Sensor VB.NET Project Type Information [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Analysis Log [vbnet]
[INFO] Sensor VB.NET Analysis Log [vbnet] (done) | time=0ms
[INFO] Sensor VB.NET Properties [vbnet]
[INFO] Sensor VB.NET Properties [vbnet] (done) | time=0ms
[INFO] Sensor JaCoCo XML Report Importer [jacoco]
[WARNING] No coverage report can be found with sonar.coverage.jacoco.xmlReportPaths='/home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/../../releng/org.eclipse.app4mc.p2repo/target/site/jacoco-aggregate/jacoco.xml'. Using default locations: target/site/jacoco/jacoco.xml,target/site/jacoco-it/jacoco.xml,build/reports/jacoco/test/jacocoTestReport.xml
[INFO] No report imported, no coverage information will be imported by JaCoCo XML Report Importer
[INFO] Sensor JaCoCo XML Report Importer [jacoco] (done) | time=0ms
[INFO] Sensor CSS Rules [javascript]
[INFO] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
[INFO] Sensor CSS Rules [javascript] (done) | time=0ms
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend]
[INFO] Sensor ThymeLeaf template sensor [securityjavafrontend] (done) | time=0ms
[INFO] Sensor IaC Docker Sensor [iac]
[INFO] 0 source files to be analyzed
[INFO] 0/0 source files have been analyzed
[INFO] Sensor IaC Docker Sensor [iac] (done) | time=5ms
[INFO] Sensor Serverless configuration file sensor [security]
[INFO] 0 Serverless function entries were found in the project
[INFO] 0 Serverless function handlers were kept as entrypoints
[INFO] Sensor Serverless configuration file sensor [security] (done) | time=0ms
[INFO] Sensor AWS SAM template file sensor [security]
[INFO] Sensor AWS SAM template file sensor [security] (done) | time=1ms
[INFO] Sensor AWS SAM Inline template file sensor [security]
[INFO] Sensor AWS SAM Inline template file sensor [security] (done) | time=0ms
[INFO] Sensor javabugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ir/java
[INFO] Analyzing 4572 functions to detect bugs.
[INFO] Sensor javabugs [dbd] (done) | time=9692ms
[INFO] Sensor pythonbugs [dbd]
[INFO] Reading IR files from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ir/python
[INFO] No IR files have been included for analysis.
[INFO] Sensor pythonbugs [dbd] (done) | time=0ms
[INFO] Sensor JavaSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ucfg2/java
[INFO] Read 1884 type definitions
[INFO] Reading UCFGs from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ucfg2/java
[INFO] 08:10:21.086712039 Building Runtime Type propagation graph
[INFO] 08:10:21.38554984 Running Tarjan on 24665 nodes
[INFO] 08:10:21.42860868 Tarjan found 24509 components
[INFO] 08:10:21.519648274 Variable type analysis: done
[INFO] 08:10:21.525008645 Building Runtime Type propagation graph
[INFO] 08:10:21.798273084 Running Tarjan on 24665 nodes
[INFO] 08:10:21.837483287 Tarjan found 24510 components
[INFO] 08:10:21.920008846 Variable type analysis: done
[INFO] Analyzing 4464 ucfgs to detect vulnerabilities.
[INFO] All rules entrypoints : 0
[INFO] Retained UCFGs : 0
[INFO] Taint analysis starting. Entrypoints: 0
[INFO] Taint analysis: done.
[INFO] Sensor JavaSecuritySensor [security] (done) | time=12426ms
[INFO] Sensor CSharpSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/ucfg_cs2
[INFO] Read 0 type definitions
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor CSharpSecuritySensor [security] (done) | time=1ms
[INFO] Sensor PhpSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ucfg2/php
[INFO] Read 0 type definitions
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor PhpSecuritySensor [security] (done) | time=0ms
[INFO] Sensor PythonSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ucfg2/python
[INFO] Read 0 type definitions
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor PythonSecuritySensor [security] (done) | time=0ms
[INFO] Sensor JsSecuritySensor [security]
[INFO] Reading type hierarchy from: /home/jenkins/agent/workspace/build-app4mc-platform-develop-sonar/target/sonar/ucfg2/js
[INFO] Read 0 type definitions
[INFO] No UCFGs have been included for analysis.
[INFO] Sensor JsSecuritySensor [security] (done) | time=1ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Analysis Warnings import [csharp]
[INFO] Sensor Analysis Warnings import [csharp] (done) | time=1ms
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=6ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=1017ms
[INFO] SCM Publisher SCM provider for this project is: git
[INFO] SCM Publisher 102 source files to be analyzed
[INFO] Blaming files using jgit implementation
[INFO] Blaming files using jgit implementation (done) | time=1998ms
[INFO] SCM Publisher 15/102 source files have been analyzed (done) | time=2180ms
[WARNING] Missing blame information for the following files:
[WARNING]   * plugins/org.eclipse.app4mc.emf.visualizations/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.import.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.jgrapht/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.platform/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.chocosolver.cutoffseq/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.workflow.examples.installer/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.workflow.mwe/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.import.atdb/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.workflow.mwe2/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.examples.sdk/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.export.sdk/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.validation/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.atdb.metrics/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.edit/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.help/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.visualizations.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.visualization.runnabledependency/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.edit/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.export/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.ojalgo/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.editors/.tycho-consumer-pom.xml
[WARNING]   * plugins/gnu.trove4j/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.docu.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.emf.util/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.amalthea.validations.inchron.tests/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.visualizations.svg/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.models.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.editor.extended/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.validation.core/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.editor.contribution.standard/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.editor/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.workflow.scripting.sdk/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.validation.sdk/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.amalthea.validations.sim.tests/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.import/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.chocosolver/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.atdb/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.tracing.converter.ot1/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.waters.examples.installer/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.amalthea.model.tests/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.validation.core.tests/.tycho-consumer-pom.xml
[WARNING]   * plugins/com.mxgraph/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.import.help/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.validations.standard/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.validations.ta/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.visualizations.standard/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.visualization.ui/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.visualizations.addon/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.docu/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.visualizations/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.tracing.converter/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.atdb.import.amalthea/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.workflow.help/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.sqlite.jdbc/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.edit.help/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.editors.sdk/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.atdb.tests/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.edit.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.workflow.ease/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.help/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.tracing/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.workflow.core/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.models/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.edit.extended/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.workflow.scripting/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.validations.inchron/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.platform.ide/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.validation.help/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.platform.3rdparty/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.amalthea.validations.ta.tests/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.validation.ui/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.atdb.import.btf/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.amalthea.workflow.mwe.sdk/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.tracing.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.visualization.help/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.examples.installer/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.jenetics/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.ide.examples.installer/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.platform.sdk/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.editors.help/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.tracing.converter.atdb/.tycho-consumer-pom.xml
[WARNING]   * features/org.eclipse.app4mc.examples/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.model.editor.contribution/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.visualization.util.svg/.tycho-consumer-pom.xml
[WARNING]   * plugins/org.eclipse.app4mc.amalthea.validations.sim/.tycho-consumer-pom.xml
[WARNING]   * tests/org.eclipse.app4mc.amalthea.validations.standard.tests/.tycho-consumer-pom.xml
[WARNING] This may lead to missing/broken features in SonarCloud
[INFO] CPD Executor 201 files had no CPD blocks
[INFO] CPD Executor Calculating CPD for 435 files
[INFO] CPD Executor CPD calculation finished (done) | time=195ms
[INFO] Analysis report generated in 643ms, dir size=7 MB
[INFO] Analysis report compressed in 1603ms, zip size=2 MB
[INFO] Analysis report uploaded in 1714ms
[INFO] ANALYSIS SUCCESSFUL, you can find the results at: https://sonarcloud.io/dashboard?id=org.eclipse.app4mc.build%3Aparent
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at https://sonarcloud.io/api/ce/task?id=AYeTam6IkuGIuq1RQHYq
[INFO] Sensor cache published successfully
[INFO] Analysis total time: 3:07.645 s
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] APP4MC Tool Platform 3.1.0-SNAPSHOT ................ SUCCESS [03:20 min]
[INFO] app4mc.example.democar 3.1.0-SNAPSHOT .............. SUCCESS [  7.285 s]
[INFO] app4mc.example.democar.extended 3.1.0-SNAPSHOT ..... SUCCESS [  0.216 s]
[INFO] app4mc.example.democar.split 3.1.0-SNAPSHOT ........ SUCCESS [  0.268 s]
[INFO] app4mc.example.hardware 3.1.0-SNAPSHOT ............. SUCCESS [  0.296 s]
[INFO] app4mc.example.scheduler 3.1.0-SNAPSHOT ............ SUCCESS [  0.236 s]
[INFO] app4mc.example.numeric_modes 3.1.0-SNAPSHOT ........ SUCCESS [  0.274 s]
[INFO] app4mc.example.modeling 3.1.0-SNAPSHOT ............. SUCCESS [  0.199 s]
[INFO] app4mc.example.modeling.client_server 3.1.0-SNAPSHOT SUCCESS [  0.160 s]
[INFO] app4mc.example.modeling.feedback_loop 3.1.0-SNAPSHOT SUCCESS [  0.140 s]
[INFO] app4mc.example.modeling.periodic 3.1.0-SNAPSHOT .... SUCCESS [  0.133 s]
[INFO] app4mc.example.modeling.state_machine 3.1.0-SNAPSHOT SUCCESS [  0.112 s]
[INFO] app4mc.example.modeling.state_machine_feedback_loop 3.1.0-SNAPSHOT SUCCESS [  0.155 s]
[INFO] waters.fmtv.challenge.2016 3.1.0-SNAPSHOT .......... SUCCESS [  0.116 s]
[INFO] waters.fmtv.challenge.2017 3.1.0-SNAPSHOT .......... SUCCESS [  0.167 s]
[INFO] waters.fmtv.challenge.2019 3.1.0-SNAPSHOT .......... SUCCESS [  0.140 s]
[INFO] app4mc.example.tool.java 3.1.0-SNAPSHOT ............ SUCCESS [  0.205 s]
[INFO] app4mc.example.tool.validation 3.1.0-SNAPSHOT ...... SUCCESS [  0.181 s]
[INFO] app4mc.example.tool.workflow 3.1.0-SNAPSHOT ........ SUCCESS [  0.207 s]
[INFO] app4mc.example.ide.actions 3.1.0-SNAPSHOT .......... SUCCESS [  0.284 s]
[INFO] app4mc.example.ide.validations 3.1.0-SNAPSHOT ...... SUCCESS [  0.205 s]
[INFO] app4mc.example.ide.visualizations 3.1.0-SNAPSHOT ... SUCCESS [  0.191 s]
[INFO] [aggregator] plugins 3.1.0-SNAPSHOT ................ SUCCESS [  0.003 s]
[INFO] [bundle] mxGraph 3.0.0.7 ........................... SUCCESS [  6.919 s]
[INFO] [bundle] Trove4j 3.0.3-SNAPSHOT .................... SUCCESS [  3.640 s]
[INFO] [bundle] Cutoffseq 1.0.5-SNAPSHOT .................. SUCCESS [  0.346 s]
[INFO] [bundle] chocosolver 4.0.9-SNAPSHOT ................ SUCCESS [  1.298 s]
[INFO] org.eclipse.app4mc.amalthea.edit.help 3.1.0-SNAPSHOT SUCCESS [  0.913 s]
[INFO] org.eclipse.app4mc.amalthea.editors.help 3.1.0-SNAPSHOT SUCCESS [  0.492 s]
[INFO] [bundle] APP4MC Amalthea EMF Util 3.1.0-SNAPSHOT ... SUCCESS [  3.198 s]
[INFO] [bundle] APP4MC Amalthea Examples Installer 3.1.0-SNAPSHOT SUCCESS [  1.510 s]
[INFO] [bundle] SQLite JDBC Driver 3.20.0-SNAPSHOT ........ SUCCESS [  3.460 s]
[INFO] [bundle] AMALTHEA Trace DataBase access 3.1.0-SNAPSHOT SUCCESS [  1.349 s]
[INFO] org.eclipse.app4mc.amalthea.model 3.1.0-SNAPSHOT ... SUCCESS [ 20.410 s]
[INFO] [bundle] APP4MC Amalthea import from ATDB 3.1.0-SNAPSHOT SUCCESS [  1.905 s]
[INFO] org.eclipse.app4mc.amalthea.import.help 3.1.0-SNAPSHOT SUCCESS [  0.588 s]
[INFO] org.eclipse.app4mc.amalthea.model.help 3.1.0-SNAPSHOT SUCCESS [  2.222 s]
[INFO] [bundle] APP4MC Amalthea Model Edit Support 3.1.0-SNAPSHOT SUCCESS [  6.950 s]
[INFO] [bundle] APP4MC Amalthea Model Edit Support - Extended 3.1.0-SNAPSHOT SUCCESS [  1.233 s]
[INFO] [bundle] APP4MC Amalthea Model Editor 3.1.0-SNAPSHOT SUCCESS [  0.882 s]
[INFO] [bundle] APP4MC Amalthea Model Editor Contributions 3.1.0-SNAPSHOT SUCCESS [  1.693 s]
[INFO] [bundle] APP4MC Amalthea Model Editor Contributions (Standard) 3.1.0-SNAPSHOT SUCCESS [  0.820 s]
[INFO] org.eclipse.app4mc.validation.core 3.1.0-SNAPSHOT .. SUCCESS [  0.883 s]
[INFO] [bundle] APP4MC Validation UI 3.1.0-SNAPSHOT ....... SUCCESS [  0.701 s]
[INFO] [bundle] APP4MC Amalthea Model Editor - Extended 3.1.0-SNAPSHOT SUCCESS [  1.388 s]
[INFO] org.eclipse.app4mc.amalthea.validations.standard 3.1.0-SNAPSHOT SUCCESS [  1.097 s]
[INFO] org.eclipse.app4mc.amalthea.validations.inchron 3.1.0-SNAPSHOT SUCCESS [  0.627 s]
[INFO] org.eclipse.app4mc.amalthea.validations.ta 3.1.0-SNAPSHOT SUCCESS [  0.600 s]
[INFO] org.eclipse.app4mc.amalthea.validations.sim 3.1.0-SNAPSHOT SUCCESS [  0.982 s]
[INFO] [bundle] APP4MC Visualization Utilities SVG (PlantUML, GraphViz) 3.1.0-SNAPSHOT SUCCESS [  0.577 s]
[INFO] [bundle] APP4MC Visualization UI 3.1.0-SNAPSHOT .... SUCCESS [  0.717 s]
[INFO] [bundle] APP4MC Amalthea Runnable Dependency Visualization 3.1.0-SNAPSHOT SUCCESS [  1.181 s]
[INFO] [bundle] APP4MC Amalthea Visualizations (addon) 3.1.0-SNAPSHOT SUCCESS [  0.979 s]
[INFO] [bundle] APP4MC Amalthea Visualizations (standard) 3.1.0-SNAPSHOT SUCCESS [  1.637 s]
[INFO] [bundle] APP4MC Amalthea Visualizations (SVG) 3.1.0-SNAPSHOT SUCCESS [  1.112 s]
[INFO] [bundle] APP4MC Amalthea Workflow Core 3.1.0-SNAPSHOT SUCCESS [  0.394 s]
[INFO] [bundle] APP4MC Amalthea Workflow Ease 3.1.0-SNAPSHOT SUCCESS [  0.489 s]
[INFO] org.eclipse.app4mc.amalthea.workflow.help 3.1.0-SNAPSHOT SUCCESS [  0.428 s]
[INFO] [bundle] APP4MC Amalthea Workflow MWE2 3.1.0-SNAPSHOT SUCCESS [  0.917 s]
[INFO] [bundle] ATDB import from Amalthea 3.1.0-SNAPSHOT .. SUCCESS [  0.780 s]
[INFO] [bundle] APP4MC Amalthea BTF to ATDB import 3.1.0-SNAPSHOT SUCCESS [  0.868 s]
[INFO] [bundle] APP4MC ATDB Viewer 3.1.0-SNAPSHOT ......... SUCCESS [  1.040 s]
[INFO] [bundle] APP4MC EMF Visualizations 3.1.0-SNAPSHOT .. SUCCESS [  0.672 s]
[INFO] org.eclipse.app4mc.help 3.1.0-SNAPSHOT ............. SUCCESS [  0.949 s]
[INFO] [bundle] APP4MC IDE Examples Installer 3.1.0-SNAPSHOT SUCCESS [  0.356 s]
[INFO] [bundle] APP4MC Tool Platform IDE 3.1.0-SNAPSHOT ... SUCCESS [  1.182 s]
[INFO] [bundle] APP4MC Trace Converter - OT1 3.1.0-SNAPSHOT SUCCESS [  2.025 s]
[INFO] [bundle] APP4MC Trace Converter 3.1.0-SNAPSHOT ..... SUCCESS [  0.514 s]
[INFO] [bundle] APP4MC Trace Converter - ATDB 3.1.0-SNAPSHOT SUCCESS [  0.714 s]
[INFO] org.eclipse.app4mc.validation.help 3.1.0-SNAPSHOT .. SUCCESS [  0.647 s]
[INFO] org.eclipse.app4mc.visualization.help 3.1.0-SNAPSHOT SUCCESS [  0.397 s]
[INFO] [bundle] APP4MC WATERS Examples Installer 3.1.0-SNAPSHOT SUCCESS [  0.542 s]
[INFO] [bundle] APP4MC Workflow Examples Installer 3.1.0-SNAPSHOT SUCCESS [  0.178 s]
[INFO] [bundle] Jenetics 3.8.0-SNAPSHOT ................... SUCCESS [  0.314 s]
[INFO] [bundle] JGraphT 0.9.0-SNAPSHOT .................... SUCCESS [  0.382 s]
[INFO] [bundle] ojAlgo 39.0.0-SNAPSHOT .................... SUCCESS [  0.617 s]
[INFO] [aggregator] tests 3.1.0-SNAPSHOT .................. SUCCESS [  0.002 s]
[INFO] [test-bundle] APP4MC Amalthea Model - Tests 3.1.0-SNAPSHOT SUCCESS [  9.469 s]
[INFO] [test-bundle] APP4MC Validation Core - Tests 3.1.0-SNAPSHOT SUCCESS [  7.120 s]
[INFO] [test-bundle] APP4MC Amalthea Validations - Tests 3.1.0-SNAPSHOT SUCCESS [  8.738 s]
[INFO] [test-bundle] APP4MC Amalthea Validations TA - Tests 3.1.0-SNAPSHOT SUCCESS [  7.826 s]
[INFO] [test-bundle] APP4MC Amalthea Validations Inchron - Tests 3.1.0-SNAPSHOT SUCCESS [  7.337 s]
[INFO] [test-bundle] APP4MC Amalthea Validations APP4MC.sim - Tests 3.1.0-SNAPSHOT SUCCESS [  7.856 s]
[INFO] [test-bundle] ATDB - Tests 3.1.0-SNAPSHOT .......... SUCCESS [  5.647 s]
[INFO] [aggregator] features 3.1.0-SNAPSHOT ............... SUCCESS [  0.002 s]
[INFO] [feature] APP4MC Documentation 3.1.0-SNAPSHOT ...... SUCCESS [  0.145 s]
[INFO] [feature] APP4MC AMALTHEA Model Examples 3.1.0-SNAPSHOT SUCCESS [  0.098 s]
[INFO] [feature] APP4MC AMALTHEA Models 3.1.0-SNAPSHOT .... SUCCESS [  0.100 s]
[INFO] [feature] APP4MC AMALTHEA Edit Support 3.1.0-SNAPSHOT SUCCESS [  0.176 s]
[INFO] [feature] APP4MC Documentation SDK 3.1.0-SNAPSHOT .. SUCCESS [  0.066 s]
[INFO] [feature] APP4MC AMALTHEA Model Examples SDK 3.1.0-SNAPSHOT SUCCESS [  0.120 s]
[INFO] [feature] APP4MC AMALTHEA Models SDK 3.1.0-SNAPSHOT  SUCCESS [  0.168 s]
[INFO] [feature] APP4MC AMALTHEA Edit Support SDK 3.1.0-SNAPSHOT SUCCESS [  0.203 s]
[INFO] [feature] APP4MC AMALTHEA Editors 3.1.0-SNAPSHOT ... SUCCESS [  0.191 s]
[INFO] [feature] APP4MC AMALTHEA Editors SDK 3.1.0-SNAPSHOT SUCCESS [  0.206 s]
[INFO] [feature] APP4MC AMALTHEA Export 3.1.0-SNAPSHOT .... SUCCESS [  0.112 s]
[INFO] [feature] APP4MC AMALTHEA Export SDK 3.1.0-SNAPSHOT  SUCCESS [  0.122 s]
[INFO] [feature] APP4MC AMALTHEA Import 3.1.0-SNAPSHOT .... SUCCESS [  0.194 s]
[INFO] [feature] APP4MC AMALTHEA Import SDK 3.1.0-SNAPSHOT  SUCCESS [  0.178 s]
[INFO] [feature] APP4MC AMALTHEA Visualizations 3.1.0-SNAPSHOT SUCCESS [ 34.581 s]
[INFO] [feature] APP4MC AMALTHEA Visualizations SDK 3.1.0-SNAPSHOT SUCCESS [  0.224 s]
[INFO] [feature] APP4MC AMALTHEA Workflow MWE 3.1.0-SNAPSHOT SUCCESS [  0.102 s]
[INFO] [feature] APP4MC AMALTHEA Workflow MWE SDK 3.1.0-SNAPSHOT SUCCESS [  0.091 s]
[INFO] [feature] APP4MC AMALTHEA Workflow Scripting 3.1.0-SNAPSHOT SUCCESS [  0.130 s]
[INFO] [feature] APP4MC AMALTHEA Workflow Scripting SDK 3.1.0-SNAPSHOT SUCCESS [  0.167 s]
[INFO] [feature] APP4MC Tracing 3.1.0-SNAPSHOT ............ SUCCESS [  0.139 s]
[INFO] [feature] APP4MC Validation 3.1.0-SNAPSHOT ......... SUCCESS [  0.192 s]
[INFO] [feature] APP4MC Tool Platform 3.1.0-SNAPSHOT ...... SUCCESS [  0.464 s]
[INFO] [feature] APP4MC Tool Platform 3rd Party Plug-ins 3.1.0-SNAPSHOT SUCCESS [  7.655 s]
[INFO] [feature] APP4MC Tracing SDK 3.1.0-SNAPSHOT ........ SUCCESS [  0.109 s]
[INFO] [feature] APP4MC Validation SDK 3.1.0-SNAPSHOT ..... SUCCESS [  0.105 s]
[INFO] [feature] APP4MC Tool Platform SDK 3.1.0-SNAPSHOT .. SUCCESS [  0.332 s]
[INFO] org.eclipse.app4mc.p2repo 3.1.0-SNAPSHOT ........... SUCCESS [ 21.130 s]
[INFO] org.eclipse.app4mc.platform.product 3.1.0-SNAPSHOT . SUCCESS [06:03 min]
[INFO] [aggregator] releng 3.1.0-SNAPSHOT ................. SUCCESS [  0.011 s]
[INFO] [target] APP4MC Target Platform 3.1.0-SNAPSHOT ..... SUCCESS [  0.005 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  14:34 min
[INFO] Finished at: 2023-04-18T08:10:41Z
[INFO] ------------------------------------------------------------------------
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 54 killed;
[ssh-agent] Stopped.
Recording test results
[Checks API] No suitable checks publisher found.
Finished: SUCCESS